case class MetaData(traces: Long, events: Long, pairs: Long, lookback: Int, has_previous_stored: Boolean, filename: String, streaming: Boolean, log_name: String, mode: String, compression: String, start_ts: String, last_ts: String, last_declare_mined: String) extends Serializable with Product
This class describes the metadata object. This object is stored in the database and maintains some key statistics for the log database (e.g. the number of traces, the number of event type pairs) as well as other important parameters (e.g. the compression algorithm that will be used, the values for lookback and split_every_days etc)
- traces
The number of indexed traces
- events
The number of indexed events
- pairs
The number of indexed pairs
- lookback
The value for the parameter lookback
- has_previous_stored
Flag parameter, shows if there are previously indexed traces in this log database
- filename
The name of the last log file indexed in this log database
- log_name
The name of the log database
- mode
Set to timestamps/positions depending on if the timestamps are stored in the IndexTable or just the events positions
- compression
The compression algorithm that will be used while storing the tables in the database.
- start_ts
The timestamp of the first event
- last_ts
The timestamp of the last event
- Alphabetic
- By Inheritance
- MetaData
- Product
- Equals
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
MetaData(traces: Long, events: Long, pairs: Long, lookback: Int, has_previous_stored: Boolean, filename: String, streaming: Boolean, log_name: String, mode: String, compression: String, start_ts: String, last_ts: String, last_declare_mined: String)
- traces
The number of indexed traces
- events
The number of indexed events
- pairs
The number of indexed pairs
- lookback
The value for the parameter lookback
- has_previous_stored
Flag parameter, shows if there are previously indexed traces in this log database
- filename
The name of the last log file indexed in this log database
- log_name
The name of the log database
- mode
Set to timestamps/positions depending on if the timestamps are stored in the IndexTable or just the events positions
- compression
The compression algorithm that will be used while storing the tables in the database.
- start_ts
The timestamp of the first event
- last_ts
The timestamp of the last event
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
- val compression: String
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- var events: Long
- val filename: String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- var has_previous_stored: Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- var last_declare_mined: String
- var last_ts: String
- val log_name: String
- val lookback: Int
- val mode: String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- var pairs: Long
- var start_ts: String
- val streaming: Boolean
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- var traces: Long
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated