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 Summary
Fields inherited from interface io.deephaven.engine.table.impl.locations.TableLocationState
NULL_SIZE, NULL_TIME
-
Constructor Summary
ConstructorsConstructorDescriptionTableLocationStateAdapter
(io.deephaven.shadow.enterprise.com.illumon.iris.db.v2.locations.TableLocationState state) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.deephaven.engine.table.impl.locations.TableLocationState
copyStateValuesTo
-
Constructor Details
-
TableLocationStateAdapter
public TableLocationStateAdapter(@NotNull io.deephaven.shadow.enterprise.com.illumon.iris.db.v2.locations.TableLocationState state)
-
-
Method Details
-
getStateLock
- Specified by:
getStateLock
in interfaceTableLocationState
-
getRowSet
- Specified by:
getRowSet
in interfaceTableLocationState
-
getSize
public long getSize()- Specified by:
getSize
in interfaceTableLocationState
-
getLastModifiedTimeMillis
public long getLastModifiedTimeMillis()- Specified by:
getLastModifiedTimeMillis
in interfaceTableLocationState
-