Interface DeephavenFormatTableLocation
- All Superinterfaces:
LivenessReferent,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.LogOutputappend(@NotNull io.deephaven.shadow.enterprise.com.fishlib.base.log.LogOutput logOutput) Methods inherited from interface io.deephaven.engine.liveness.LivenessReferent
dropReference, getReferentDescription, getWeakReference, retainReference, tryRetainReferenceMethods inherited from interface io.deephaven.util.type.NamedImplementation
getImplementationNameMethods inherited from interface io.deephaven.engine.table.impl.locations.TableLocation
append, getColumnLocation, getDataIndex, getDataIndexColumns, getKey, getSortedColumns, getTableKey, hasDataIndex, refresh, subscribe, supportsSubscriptions, toGenericString, toStringDetailed, toStringHelper, unsubscribeMethods 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:
appendin interfaceio.deephaven.shadow.enterprise.com.fishlib.base.log.LogOutputAppendable
-