Package deltix.qsrv.hf.tickdb.impl
Interface FriendlyStream
-
public interface FriendlyStreamAllows the remote layer to directly retrieve the RecordClassSet object from a TickStreamImpl.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddInstrument(deltix.qsrv.hf.pub.InstrumentIdentity id)RecordClassSetgetMetaData()booleanhasWriter(deltix.qsrv.hf.pub.InstrumentIdentity id)
-
-
-
Method Detail
-
getMetaData
RecordClassSet getMetaData()
-
hasWriter
boolean hasWriter(deltix.qsrv.hf.pub.InstrumentIdentity id)
-
addInstrument
void addInstrument(deltix.qsrv.hf.pub.InstrumentIdentity id)
-
-