case class VectorEntry(id: Long, moduleName: String, vectorName: String, vectorFormat: Option[String]) extends ResultElement with Product with Serializable
Registration data for a vector.
- Alphabetic
- By Inheritance
- VectorEntry
- Serializable
- Serializable
- Product
- Equals
- ResultElement
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new VectorEntry(id: Long, moduleName: String, vectorName: String, vectorFormat: Option[String])
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[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
val
defaultModuleNameSeparator: Char
The separator between module and scalar/vector name.
The separator between module and scalar/vector name.
- Definition Classes
- ResultElement
-
val
defaultVectorFormat: String
(T)ime-(V)alue is the default vector format.
(T)ime-(V)alue is the default vector format. 'ETV' is also common.
- Definition Classes
- ResultElement
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
val
eventCountCharacter: Char
The character in the vector format string that represents the event counter column.
The character in the vector format string that represents the event counter column.
- Definition Classes
- ResultElement
-
lazy val
eventCountIndex: Int
The index at which the current event count is written.
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
val
formatString: String
The format string for this vector.
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val id: Long
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val moduleName: String
-
val
name: String
The full name of the vector.
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
val
timeCharacter: Char
The character in the vector format string that represents the time column.
The character in the vector format string that represents the time column.
- Definition Classes
- ResultElement
-
lazy val
timeIndex: Int
The index at which the current time is written.
-
val
valueCharacter: Char
The character in the vector format string that represents the value column.
The character in the vector format string that represents the value column.
- Definition Classes
- ResultElement
-
lazy val
valueIndex: Int
The index at which the current value is written.
- val vectorFormat: Option[String]
- val vectorName: String
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )