Class MultiMapGrpc
java.lang.Object
io.atomix.api.runtime.multimap.v1.MultiMapGrpc
@Generated(value="by gRPC proto compiler (version 1.22.1)",
comments="Source: atomix/runtime/multimap/v1/multimap.proto")
public final class MultiMapGrpc
extends Object
MultiMap is a service for a multimap primitive
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classMultiMap is a service for a multimap primitivestatic final classMultiMap is a service for a multimap primitivestatic classMultiMap is a service for a multimap primitivestatic final classMultiMap is a service for a multimap primitive -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<ClearRequest,ClearResponse> static io.grpc.MethodDescriptor<CloseRequest,CloseResponse> static io.grpc.MethodDescriptor<CreateRequest,CreateResponse> static io.grpc.MethodDescriptor<EntriesRequest,EntriesResponse> static io.grpc.MethodDescriptor<EventsRequest,EventsResponse> static io.grpc.MethodDescriptor<GetRequest,GetResponse> static io.grpc.MethodDescriptor<PutRequest,PutResponse> static io.grpc.MethodDescriptor<RemoveRequest,RemoveResponse> static io.grpc.ServiceDescriptorstatic io.grpc.MethodDescriptor<SizeRequest,SizeResponse> newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicenewFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic MultiMapGrpc.MultiMapStubnewStub(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
-
-
Method Details
-
getCreateMethod
-
getCloseMethod
-
getSizeMethod
-
getPutMethod
-
getGetMethod
-
getRemoveMethod
-
getClearMethod
-
getEventsMethod
-
getEntriesMethod
-
newStub
Creates a new async stub that supports all call types for the service -
newBlockingStub
Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
Creates a new ListenableFuture-style stub that supports unary calls on the service -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-