Class SimpleSourceTable

All Implemented Interfaces:
TableOperations<Table,Table>, TableOperationsDefaults<Table,Table>, LogOutputAppendable, LivenessManager, LivenessNode, LivenessReferent, AttributeMap<Table>, GridAttributes<Table>, NotificationStepReceiver, NotificationStepSource, TableDefaults, Table, DynamicNode, NotificationQueue.Dependency, SystemicObject<Table>, LongSizedDataStructure, Serializable

public class SimpleSourceTable extends SourceTable<SimpleSourceTable>
Simple source table with no partitioning support.
See Also:
  • Constructor Details

    • SimpleSourceTable

      public SimpleSourceTable(TableDefinition tableDefinition, String description, SourceTableComponentFactory componentFactory, TableLocationProvider locationProvider, UpdateSourceRegistrar updateSourceRegistrar)
      Parameters:
      tableDefinition - A TableDefinition
      description - A human-readable description for this table
      componentFactory - A component factory for creating column source managers
      locationProvider - A TableLocationProvider, for use in discovering the locations that compose this table
      updateSourceRegistrar - Callback for registering live tables for refreshes, null if this table is not live
  • Method Details