Package deltix.qsrv.hf.tickdb.impl
Interface FriendlyStream
-
public interface FriendlyStream
Allows 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 void
addInstrument(deltix.qsrv.hf.pub.InstrumentIdentity id)
RecordClassSet
getMetaData()
boolean
hasWriter(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)
-
-