public abstract static class VertxClusterGrpc.ClusterVertxImplBase extends Object implements io.grpc.BindableService
| Constructor and Description |
|---|
ClusterVertxImplBase() |
| Modifier and Type | Method and Description |
|---|---|
io.grpc.ServerServiceDefinition |
bindService() |
io.vertx.core.Future<MemberAddResponse> |
memberAdd(MemberAddRequest request)
Range gets the keys in the range from the key-value store.
|
io.vertx.core.Future<MemberListResponse> |
memberList(MemberListRequest request) |
io.vertx.core.Future<MemberRemoveResponse> |
memberRemove(MemberRemoveRequest request)
Put puts the given key into the key-value store.
|
io.vertx.core.Future<MemberUpdateResponse> |
memberUpdate(MemberUpdateRequest request) |
VertxClusterGrpc.ClusterVertxImplBase |
withCompression(String compression)
Set whether the server will try to use a compressed response.
|
public VertxClusterGrpc.ClusterVertxImplBase withCompression(String compression)
compression - the compression, e.g gzippublic io.vertx.core.Future<MemberAddResponse> memberAdd(MemberAddRequest request)
Range gets the keys in the range from the key-value store.
public io.vertx.core.Future<MemberRemoveResponse> memberRemove(MemberRemoveRequest request)
Put puts the given key into the key-value store. A put request increments the revision of the key-value store and generates one event in the event history.
public io.vertx.core.Future<MemberUpdateResponse> memberUpdate(MemberUpdateRequest request)
public io.vertx.core.Future<MemberListResponse> memberList(MemberListRequest request)
public final io.grpc.ServerServiceDefinition bindService()
bindService in interface io.grpc.BindableServiceCopyright © 2021. All rights reserved.