Class DeferredACLTable

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

public class DeferredACLTable extends UncoalescedTableImpl<DeferredACLTable>
An UncoalescedTable that will apply row and column ACLs when it is coalesced.

This table is returned from a Database.liveTable or Database.historicalTable method and applies ACLs for the effective owner of the query worker. Edge ACLs are handled by EdgeAclTable.

See Also: