Packages

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

Linear Supertypes
Product, Equals, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MetaData
  2. Product
  3. Equals
  4. Serializable
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. 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

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  6. val compression: String
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. var events: Long
  9. val filename: String
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  11. var has_previous_stored: Boolean
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. var last_declare_mined: String
  14. var last_ts: String
  15. val log_name: String
  16. val lookback: Int
  17. val mode: String
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  21. var pairs: Long
  22. var start_ts: String
  23. val streaming: Boolean
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. var traces: Long
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Product

Inherited from Equals

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped