Class Summary |
AbstractNetworkTableEntryStore |
An entry store that handles storing entries and applying transactions |
NetworkTableEntry |
An entry in a network table |
NetworkTableNode |
represents a node (either a client or a server) in a network tables 2.0
implementers of the class must ensure that they call #init(NetworkTableTransactionPool, AbstractNetworkTableEntryStore) before calling any other methods on this class |
TransactionDirtier |
A transaction receiver that marks all Table entries as dirty in the entry store. |
WriteManager |
A write manager is a IncomingEntryReceiver that buffers transactions and then and then dispatches them to a flushable transaction receiver that is periodically offered all queued transaction and then flushed |