class
StatementInvocation
extends KeyedEntity[String]
Instance Constructors
-
new
StatementInvocation
()
-
new
StatementInvocation
(se: StatementInvocationEvent, _statementHash: Int, _hCollision: Int)
-
new
StatementInvocation
(id: String, start: Long, end: Long, statementHash: Int, statementHashCollisionNumber: Int, hostId: Int, sessionId: Int, rowCount: Option[Int], iterationEndTime: Option[Long])
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
asInstanceOf
[T0]
: T0
-
def
clone
(): AnyRef
-
val
end
: Long
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(z: Any): Boolean
-
def
executeTime
: BinaryAMSOp[LongType, LongType]
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
val
hostId
: Int
-
val
id
: String
-
def
isInstanceOf
[T0]
: Boolean
-
def
isPersisted
: Boolean
-
val
iterationEndTime
: Option[Long]
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
val
rowCount
: Option[Int]
-
val
sessionId
: Int
-
val
start
: Long
-
val
statementHash
: Int
-
val
statementHashCollisionNumber
: Int
-
def
statementId
: CompositeKey2[Int, Int]
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any
id is a UUID generatted by java.util.UUID