Class TableLocationStateAdapter
java.lang.Object
io.deephaven.enterprise.compatibility.TableLocationStateAdapter
- All Implemented Interfaces:
- TableLocationState
This class adapts an enterprise
 
TableLocationState into a Community formatted
 TableLocationState for use for Table data subscriptions- 
Field SummaryFields inherited from interface io.deephaven.engine.table.impl.locations.TableLocationStateNULL_SIZE, NULL_TIME
- 
Constructor SummaryConstructorsConstructorDescriptionTableLocationStateAdapter(io.deephaven.shadow.enterprise.com.illumon.iris.db.v2.locations.TableLocationState state) 
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.deephaven.engine.table.impl.locations.TableLocationStatecopyStateValuesTo
- 
Constructor Details- 
TableLocationStateAdapterpublic TableLocationStateAdapter(@NotNull io.deephaven.shadow.enterprise.com.illumon.iris.db.v2.locations.TableLocationState state) 
 
- 
- 
Method Details- 
getStateLock- Specified by:
- getStateLockin interface- TableLocationState
 
- 
getRowSet- Specified by:
- getRowSetin interface- TableLocationState
 
- 
getSizepublic long getSize()- Specified by:
- getSizein interface- TableLocationState
 
- 
getLastModifiedTimeMillispublic long getLastModifiedTimeMillis()- Specified by:
- getLastModifiedTimeMillisin interface- TableLocationState
 
 
-