Interface | Description |
---|---|
AbstractNetworkTableEntryStore.TableListenerManager |
An object that handles firing Table Listeners
|
FlushableOutgoingEntryReceiver | |
IncomingEntryReceiver | |
NetworkTableMessageType |
The definitions of all of the protocol message types
|
OutgoingEntryReceiver |
Class | Description |
---|---|
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 |
Exception | Description |
---|---|
TableKeyExistsWithDifferentTypeException |
Throw to indicate that an attempt to put data to a table is illegal because
the specified key exists with a different data type than the put data type.
|