AbstractHierarchicalTableInfo |
Base class containing common code for implementers of HierarchicalTableInfo
|
AsOfJoinHelper |
|
BaseTable |
Base abstract class all standard table implementations.
|
BaseTable.ListenerImpl |
Simplest appropriate legacy InstrumentedListener implementation for BaseTable and descendants.
|
BaseTable.ShiftAwareListenerImpl |
Simplest appropriate InstrumentedShiftAwareListener implementation for BaseTable and descendants.
|
ColumnComparatorFactory |
|
ColumnRenderersBuilder |
Builds and parses the directive for Table.COLUMN_RENDERERS_ATTRIBUTE.
|
CrossJoinHelper |
|
CrossJoinShiftState |
|
DeferredViewTable |
|
DeferredViewTable.SimpleTableReference |
|
DeferredViewTable.TableReference |
The table reference hides the table underlying table from us.
|
DeferredViewTable.TableReference.TableAndRemainingFilters |
|
EvenlyDividedTableMap |
Divide a table evenly into slices and put the slices into a TableMap.
|
ExportedTableMapHandleManager |
|
ExportedTableMapHandleManager.Descriptor |
|
FlattenOperation |
|
HierarchicalTable |
|
IndexedDataColumn<TYPE> |
DataColumn implementation backed by a ColumnSource and an Index.
|
InMemoryTable |
|
InstrumentedListener |
|
InstrumentedListenerAdapter |
This class is used for Listeners that represent "leaf" nodes in the update propagation tree.
|
InstrumentedListenerBase |
|
InstrumentedLiveTable |
|
InstrumentedShiftAwareListener |
|
InstrumentedShiftAwareListenerAdapter |
This class is used for ShiftAwareListeners that represent "leaf" nodes in the update propagation tree.
|
JoinControl |
|
JoinRedirectionIndex |
Makes a redirection Index based on the type provided by the join control.
|
KeyedTableListener |
|
ListenerRecorder |
A listener recorder stores references to added, removed, modified, and shifted indices; and then notifies a
MergedListener that a change has occurred.
|
LiveQueryTable |
A very simple QueryTable that also implements LiveTable.
|
LocalTableMap |
A TableMap implementation backed by a Map.
|
MemoizedOperationKey |
Keys for memoized operations on QueryTable.
|
MergedListener |
|
ModifiedColumnSet |
|
NestedPartitionedDiskBackedTable |
Partition-aware source table with support for a single internal partition and a single column partition.
|
NonEmptyTableChooser |
If we have a set of tables, we would like to pick the highest priority table that is non-empty.
|
PartitionAwareSourceTable |
A source table that can filter partitions before coalescing.
|
QueryTable |
Primary coalesced table implementation.
|
QueryTable.FilteredTable |
|
QueryTable.Operation.Result |
The resulting table and listener of the operation.
|
RedefinableTable |
|
ReplicateHashTable |
This code replicator is designed to operate differently than the other replication in our system.
|
ReverseLookup.Null |
A null implementation of a reverse lookup, suitable for a table without any key columns.
|
ReverseLookupListener |
Maintains a map from key column values to their index.
|
ReverseOperation |
|
RightIncrementalChunkedAsOfJoinStateManager |
|
RollupAttributeCopier |
Copies attributes for constituent leafs or intermediate level rollups.
|
RollupInfo |
|
ShiftAwareListener.Update |
A shift aware update structure, containing the rows and columns that were added, modified, removed, and shifted
on a given cycle.
|
ShiftAwareSwapListener |
|
ShiftedColumnOperation |
Tools for creating a new ShiftedColumn(s) for a given input table and a source column(s)
|
SimpleSourceTable |
Simple source table with no partitioning support.
|
SliceLikeOperation |
|
SortedColumnsAttribute |
Helper class for managing the sorted columns attribute.
|
SortHelpers |
|
SortListener |
|
SortOperation |
|
SourceTable |
Basic uncoalesced table that only adds keys.
|
SourceTable.QueryTableReference |
|
SourceTableFactory |
|
SourceTableMapFactory |
Factory for creating SourceTableMap s.
|
SparseSelect |
|
SplayedDiskBackedTable |
Single-location simple source table.
|
SwapListener |
|
SwapListenerBase<T extends ListenerBase> |
Watch for ticks and when initialization is complete forward to the eventual listener.
|
SymbolTableToUniqueIdSource |
This column source is used as a wrapper for the original table's symbol sources.
|
TableKeyStateRegistry<VALUE_TYPE> |
A registry for states keyed by TableKey .
|
TableMapClient |
|
TableMapClient.TableMapGet |
Get a table from a TableMap applying approriate ACLs before returning
|
TableMapClient.TableMapGetKeys |
|
TableMapClient.TableMapGetMerged |
Get a merged table of multiple keys from a TableMap applying approriate ACLs before returning
|
TableMapClient.TableMapMerge |
|
TableMapImpl |
|
TableMapProxyHandler |
|
TableMapSupplier |
A TableMapSupplier uses a source TableMap and applies a set of operations in the get method.
|
TableMapTransformThreadPool |
|
TableSupplier |
TableSupplier creates a Proxy to a Table with a list of Table operations to be applied when a filter method is called.
Example usage:
|
TableUpdateValidator |
|
TimeTable |
A TimeTable adds rows at a fixed interval with a single column named "Timestamp".
|
TotalsTableBuilder |
Defines the default aggregations and display for a totals table.
|
TransformableTableMap.AsTableBuilder |
Builder object for a TableMapProxy.
|
TreeTableFilter |
Apply filters, preserving parents.
|
TreeTableInfo |
|
TreeTableOrphanPromoter |
Identify orphan rows in a table destined for conversion into a tree table, and mask their parent column value to
null, so that they show up at the top level of the hierarchy.
|
UncoalescedTable |
Abstract class for uncoalesced tables.
|
UpdatableTable |
A live table that allows add, remove, and modify.
|
WouldMatchOperation |
A table operation similar to Table.where(String...) except that instead of filtering
the rows in the table, it appends new columns containing the result of the filter evaluation on each row of the table.
|
ZeroKeyCrossJoinShiftState |
|