| Interface | Description |
|---|---|
| Transport |
An interface for a transport layer used in the Eloquent codebase.
|
| UDPBroadcastProtos.CacheInvalidateMessageOrBuilder | |
| UDPBroadcastProtos.FrontendRefreshMessageOrBuilder | |
| UDPBroadcastProtos.ReindexDocumentOrBuilder | |
| UDPBroadcastProtos.UDPPacketOrBuilder |
| Class | Description |
|---|---|
| UDPBroadcastProtos | |
| UDPBroadcastProtos.CacheInvalidateMessage |
A message indicating the cache and key that we should clear.
|
| UDPBroadcastProtos.CacheInvalidateMessage.Builder |
A message indicating the cache and key that we should clear.
|
| UDPBroadcastProtos.FrontendRefreshMessage |
A message indicating a frontend cache should be refreshed with a new value.
|
| UDPBroadcastProtos.FrontendRefreshMessage.Builder |
A message indicating a frontend cache should be refreshed with a new value.
|
| UDPBroadcastProtos.ReindexDocument |
A message indicating that we should re-index a document everywhere on
the cluster.
|
| UDPBroadcastProtos.ReindexDocument.Builder |
A message indicating that we should re-index a document everywhere on
the cluster.
|
| UDPBroadcastProtos.UDPPacket |
A message we'd be sending over UDP, along with metadata
|
| UDPBroadcastProtos.UDPPacket.Builder |
A message we'd be sending over UDP, along with metadata
|
| UDPTransport |
A class (usually instantiated as a singleton) to send and receive messages over UDP.
|
| Enum | Description |
|---|---|
| UDPBroadcastProtos.MessageType |
Protobuf enum
ai.eloquent.MessageType |