public static final class ReplicationGroupAdminServiceGrpc.ReplicationGroupAdminServiceBlockingStub extends io.grpc.stub.AbstractStub<ReplicationGroupAdminServiceGrpc.ReplicationGroupAdminServiceBlockingStub>
| Modifier and Type | Method and Description |
|---|---|
Iterator<com.google.protobuf.Empty> |
addNodeToReplicationGroup(JoinReplicationGroup request) |
protected ReplicationGroupAdminServiceGrpc.ReplicationGroupAdminServiceBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
Iterator<com.google.protobuf.Empty> |
createReplicationGroup(CreateReplicationGroupRequest request) |
Iterator<com.google.protobuf.Empty> |
deleteReplicationGroup(DeleteReplicationGroupRequest request) |
Iterator<NodeOverview> |
getNodes(com.google.protobuf.Empty request) |
ReplicationGroupOverview |
getReplicationGroup(GetReplicationGroupRequest request) |
Iterator<ReplicationGroupOverview> |
getReplicationGroups(com.google.protobuf.Empty request) |
Iterator<com.google.protobuf.Empty> |
removeNodeFromReplicationGroup(LeaveReplicationGroup request) |
getCallOptions, getChannel, newStub, newStub, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReadyprotected ReplicationGroupAdminServiceGrpc.ReplicationGroupAdminServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<ReplicationGroupAdminServiceGrpc.ReplicationGroupAdminServiceBlockingStub>public Iterator<NodeOverview> getNodes(com.google.protobuf.Empty request)
public Iterator<com.google.protobuf.Empty> createReplicationGroup(CreateReplicationGroupRequest request)
public Iterator<ReplicationGroupOverview> getReplicationGroups(com.google.protobuf.Empty request)
public ReplicationGroupOverview getReplicationGroup(GetReplicationGroupRequest request)
public Iterator<com.google.protobuf.Empty> deleteReplicationGroup(DeleteReplicationGroupRequest request)
public Iterator<com.google.protobuf.Empty> addNodeToReplicationGroup(JoinReplicationGroup request)
public Iterator<com.google.protobuf.Empty> removeNodeFromReplicationGroup(LeaveReplicationGroup request)
Copyright © 2020–2022 AxonIQ BV. All rights reserved.