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, waitMethods 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:
getStateLockin interfaceTableLocationState
-
getRowSet
- Specified by:
getRowSetin interfaceTableLocationState
-
getSize
public long getSize()- Specified by:
getSizein interfaceTableLocationState
-
getLastModifiedTimeMillis
public long getLastModifiedTimeMillis()- Specified by:
getLastModifiedTimeMillisin interfaceTableLocationState
-