Interface DeephavenFormatTableLocation
- All Superinterfaces:
LogOutputAppendable
,io.deephaven.shadow.enterprise.com.fishlib.base.log.LogOutputAppendable
,NamedImplementation
,TableLocation
,TableLocationState
- All Known Implementing Classes:
OnDiskDeephavenTableLocation
,RemoteDeephavenTableLocation
public interface DeephavenFormatTableLocation
extends TableLocation, io.deephaven.shadow.enterprise.com.fishlib.base.log.LogOutputAppendable
A tagging interface for Deephaven formatted table locations.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.deephaven.engine.table.impl.locations.TableLocation
TableLocation.Listener
-
Field Summary
Fields inherited from interface io.deephaven.engine.table.impl.locations.TableLocationState
NULL_SIZE, NULL_TIME
-
Method Summary
Modifier and TypeMethodDescriptiondefault io.deephaven.shadow.enterprise.com.fishlib.base.log.LogOutput
append
(@NotNull io.deephaven.shadow.enterprise.com.fishlib.base.log.LogOutput logOutput) Methods inherited from interface io.deephaven.util.type.NamedImplementation
getImplementationName
Methods inherited from interface io.deephaven.engine.table.impl.locations.TableLocation
append, getColumnLocation, getKey, getTableKey, refresh, subscribe, supportsSubscriptions, toGenericString, toStringDetailed, toStringHelper, unsubscribe
Methods inherited from interface io.deephaven.engine.table.impl.locations.TableLocationState
copyStateValuesTo, getLastModifiedTimeMillis, getRowSet, getSize, getStateLock
-
Method Details
-
append
@FinalDefault default io.deephaven.shadow.enterprise.com.fishlib.base.log.LogOutput append(@NotNull @NotNull io.deephaven.shadow.enterprise.com.fishlib.base.log.LogOutput logOutput) - Specified by:
append
in interfaceio.deephaven.shadow.enterprise.com.fishlib.base.log.LogOutputAppendable
-