Package io.deephaven.base.log
Interface LogOutputAppendable
- All Known Subinterfaces:
ColumnLocation,IcebergTable,IcebergTableLocationKey,ImmutableTableKey,ImmutableTableLocationKey,LazySnapshotTable,NotificationQueue.Dependency,NotificationQueue.ErrorNotification,NotificationQueue.Notification,NotificationStepSource,PartitionedTable,QueryScope,RowSet,Table,TableAdapter,TableDefaults,TableKey,TableListener.Entry,TableLocation,TableLocationKey,TableUpdate,TrackingRowSet,TrackingWritableRowSet,UpdateGraph,UpdateSourceRegistrar,WritableRowSet
- All Known Implementing Classes:
AbstractColumnLocation,AbstractDataIndex,AbstractNotification,AbstractScriptSession,AbstractScriptSession.ScriptSessionQueryScope,AbstractTableLocation,AppendOnlyArrayBackedInputTable,AuthContext,AuthContext.Anonymous,AuthContext.SuperUser,AutoTuningIncrementalReleaseFilter,BarrageBlinkTable,BarrageMessageProducer,BarrageRedirectedTable,BarrageSnapshotImpl,BarrageSubscriptionImpl,BarrageTable,BaseGridAttributes,BaseIncrementalReleaseFilter,BasePerformanceEntry,BaseTable,BaseTable.ListenerImpl,BaseTable.ShiftObliviousListenerImpl,BaseUpdateGraph,BucketedChunkedAjMergedListener,ChunkWriter.Context,ClockFilter,ColumnDefinition,ComposedFilter,ConjunctiveFilter,ConstantColumnLayer,ConstituentDependency,DeferredViewTable,DeferredViewTable.TableReference,DependencyLayerBase,DisjunctiveFilter,DynamicWhereFilter,EmptyErrorNotification,EmptyNotification,EmptyQueryScope,EncodingInfo,EventDrivenUpdateGraph,FileTableLocationKey,GroovyDeephavenSession,HierarchicalTableImpl,HierarchicalTableView,HierarchicalTableViewSubscription,IcebergTableImpl,IcebergTableParquetLocationKey,IncrementalReleaseFilter,InMemoryTable,InstrumentedTableListenerBase,InstrumentedTableListenerBase.ErrorNotification,InstrumentedTableListenerBase.NotificationBase,InstrumentedTableUpdateListener,InstrumentedTableUpdateListener.Notification,InstrumentedTableUpdateListenerAdapter,JobScheduler.IterationManager,JoinListenerRecorder,KafkaStreamPublisher,KeyedArrayBackedInputTable,ListChunkWriter.Context,ListenerRecorder,LiveAttributeMap,LivenessArtifact,LivenessScope,LivePyObjectWrapper,MapChunkWriter.Context,MergedListener,NoLanguageDeephavenSession,NonexistentTableLocation,NotificationAdapter,OneShotUpdateCombiner,ParquetTableLocation,ParquetTableLocationKey,PartitionAwareSourceTable,PartitionedTableImpl,PartitionedTableLocationKey,PerformanceEntry,PeriodicUpdateGraph,PlotInfo,PoisonedQueryScope,PoisonedUpdateGraph,PreserveColumnLayer,PrintListener,ProceduralReferenceCounted,PublishToKafka,PythonDeephavenSession,PythonListenerAdapter,PythonMergedListenerAdapter,PythonReplayListenerAdapter,PythonReplayShiftObliviousListenerAdapter,PythonShiftObliviousListenerAdapter,PythonTableDataService.ColumnLocationImpl,PythonTableDataService.TableKeyImpl,PythonTableDataService.TableLocationImpl,PythonTableDataService.TableLocationKeyImpl,QueryCompilerImpl,QueryPerformanceNugget,QueryReplayGroupedTable,QueryTable,QueryTable.FilteredTable,RedefinableTable,RedirectionLayer,ReferenceCounted,ReferenceCountedLivenessNode,ReferenceCountedLivenessReferent,RemappedDataIndex,ReplayGroupedFullTable,ReplayLastByGroupedTable,ReplayTable,ReplayTableBase,RollingReleaseFilter,RollupTableImpl,RowSetShiftData,S3Instructions,SelectAndViewAnalyzer,SelectColumnLayer,SelectOrViewColumnLayer,SessionState.ExportObject,ShiftObliviousInstrumentedListener,ShiftObliviousInstrumentedListener.Notification,ShiftObliviousInstrumentedListenerAdapter,SimpleSourceTable,SnapshotIncrementalListener,SnapshotInternalListener,SortedAssertionInstrumentedListenerAdapter,SortedClockFilter,SortListener,SourcePartitionedTable,SourceTable,StandaloneDataIndex,StandaloneLivenessManager,StandaloneQueryScope,StandaloneTableKey,StandaloneTableLocationKey,StreamPublisherBase,StreamToBlinkTableAdapter,TableBackedDataIndex,TableDefinition,TableLocationSubscriptionBuffer,TableSupplier,TableUpdateImpl,TerminalNotification,TimeSeriesFilter,TimeTable,ToMapListener,TrackingWritableRowSetImpl,TransformedDataIndex,TreeTableImpl,UncoalescedTable,UnionChunkWriter.Context,UnsortedClockFilter,UpdatableTable,UpdateCommitter,UpdateCommitterEx,UpdateSourceCombiner,UpdateSourceQueryTable,URITableLocationKey,VarBinaryChunkWriter.Context,ViewColumnLayer,WaitNotification,WhereFilterDelegatingBase,WhereFilterInvertedImpl,WhereFilterLivenessArtifactImpl,WhereFilterSerialImpl,WhereFilterWithDeclaredBarriersImpl,WhereFilterWithRespectedBarriersImpl,WritableRowSetImpl,ZeroKeyChunkedAjMergedListener
public interface LogOutputAppendable
Allows objects to be smart about appending themselves to LogOutput instances... (instead of always calling
LogOutput.append(Object.toString()))
-
Method Summary
-
Method Details
-
append
-