Package deltix.qsrv.hf.tickdb.pub.mon
Interface TBLock
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getClientId()
java.lang.String
getGuid()
java.lang.String
getHost()
java.lang.String
getStreamKey()
LockType
getType()
-
Methods inherited from interface deltix.qsrv.hf.tickdb.pub.mon.TBObject
getApplication, getId, getUser, setApplication, setUser
-
-
-
-
Method Detail
-
getGuid
java.lang.String getGuid()
-
getType
LockType getType()
-
getClientId
java.lang.String getClientId()
-
getStreamKey
java.lang.String getStreamKey()
-
getHost
java.lang.String getHost()
-
-