Class TableDataProtocol
java.lang.Object
com.illumon.iris.db.v2.locations.protocol.TableDataProtocol
Defines a protocol for requesting and sending table data.
Note: All required metadata (i.e. table definitions) is expected to be locally available.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
Interface to a peer that requests table data.static class
static class
static class
static class
static interface
Interface to a handler that processes table data requests.static enum
static enum
static interface
Interface to a handler that processes table data responses.static enum
static interface
Interface to a peer that responds to requests for table data.static interface
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SERVICE_NAME
Service name to be used when creating and verifying tokens for TableDataService methods- See Also:
-
PERMISSION_CHECK
Audit event log event for permission checks- See Also:
-
NULL_REQUEST_KEY
public static final long NULL_REQUEST_KEYA request key that doesn't require a response message. Only supported for some request types (e.g. unsubscribe).- See Also:
-
-
Constructor Details
-
TableDataProtocol
public TableDataProtocol()
-