| Package | Description |
|---|---|
| io.axoniq.axondb.client | |
| io.axoniq.axondb.client.util | |
| io.axoniq.platform.grpc |
| Modifier and Type | Method and Description |
|---|---|
List<NodeInfo> |
AxonDBConfiguration.serverNodes() |
| Modifier and Type | Method and Description |
|---|---|
io.grpc.ManagedChannel |
ChannelManager.getChannel(NodeInfo nodeInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
Broadcaster.Action.perform(NodeInfo node,
io.grpc.stub.StreamObserver<T> resultObserver)
Perform the action for the given
node, which is expected to invoke the given resultObserver
when results are received. |
| Constructor and Description |
|---|
Broadcaster(Collection<NodeInfo> destinations,
Broadcaster.Action<T> action,
Consumer<T> onNextCallback)
Initialize the broadcaster to send to given
destinations using the given action, invoking the
given onNextCallback when replies are received. |
| Modifier and Type | Method and Description |
|---|---|
NodeInfo |
NodeInfo.Builder.build() |
NodeInfo |
NodeInfo.Builder.buildPartial() |
static NodeInfo |
NodeInfo.getDefaultInstance() |
NodeInfo |
NodeInfo.getDefaultInstanceForType() |
NodeInfo |
NodeInfo.Builder.getDefaultInstanceForType() |
NodeInfo |
PlatformOutboundInstructionOrBuilder.getNodeNotification()
optional .io.axoniq.platform.grpc.NodeInfo node_notification = 1; |
NodeInfo |
PlatformOutboundInstruction.getNodeNotification()
optional .io.axoniq.platform.grpc.NodeInfo node_notification = 1; |
NodeInfo |
PlatformOutboundInstruction.Builder.getNodeNotification()
optional .io.axoniq.platform.grpc.NodeInfo node_notification = 1; |
NodeInfo |
PlatformInfoOrBuilder.getPrimary()
optional .io.axoniq.platform.grpc.NodeInfo primary = 1; |
NodeInfo |
PlatformInfo.getPrimary()
optional .io.axoniq.platform.grpc.NodeInfo primary = 1; |
NodeInfo |
PlatformInfo.Builder.getPrimary()
optional .io.axoniq.platform.grpc.NodeInfo primary = 1; |
static NodeInfo |
NodeInfo.parseDelimitedFrom(InputStream input) |
static NodeInfo |
NodeInfo.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NodeInfo |
NodeInfo.parseFrom(byte[] data) |
static NodeInfo |
NodeInfo.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NodeInfo |
NodeInfo.parseFrom(com.google.protobuf.ByteString data) |
static NodeInfo |
NodeInfo.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NodeInfo |
NodeInfo.parseFrom(com.google.protobuf.CodedInputStream input) |
static NodeInfo |
NodeInfo.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NodeInfo |
NodeInfo.parseFrom(InputStream input) |
static NodeInfo |
NodeInfo.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<NodeInfo> |
NodeInfo.getParserForType() |
static com.google.protobuf.Parser<NodeInfo> |
NodeInfo.parser() |
| Modifier and Type | Method and Description |
|---|---|
NodeInfo.Builder |
NodeInfo.Builder.mergeFrom(NodeInfo other) |
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.mergeNodeNotification(NodeInfo value)
optional .io.axoniq.platform.grpc.NodeInfo node_notification = 1; |
PlatformInfo.Builder |
PlatformInfo.Builder.mergePrimary(NodeInfo value)
optional .io.axoniq.platform.grpc.NodeInfo primary = 1; |
static NodeInfo.Builder |
NodeInfo.newBuilder(NodeInfo prototype) |
PlatformOutboundInstruction.Builder |
PlatformOutboundInstruction.Builder.setNodeNotification(NodeInfo value)
optional .io.axoniq.platform.grpc.NodeInfo node_notification = 1; |
PlatformInfo.Builder |
PlatformInfo.Builder.setPrimary(NodeInfo value)
optional .io.axoniq.platform.grpc.NodeInfo primary = 1; |
Copyright © 2017–2018. All rights reserved.