Class IndexedMapGrpc
java.lang.Object
io.atomix.api.runtime.indexedmap.v1.IndexedMapGrpc
@Generated(value="by gRPC proto compiler (version 1.22.1)",
comments="Source: atomix/runtime/indexedmap/v1/indexedmap.proto")
public final class IndexedMapGrpc
extends Object
IndexedMap is a service for a sorted/indexed map primitive
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classIndexedMap is a service for a sorted/indexed map primitivestatic final classIndexedMap is a service for a sorted/indexed map primitivestatic classIndexedMap is a service for a sorted/indexed map primitivestatic final classIndexedMap is a service for a sorted/indexed map primitive -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<AppendRequest,AppendResponse> static 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<FirstEntryRequest,FirstEntryResponse> static io.grpc.MethodDescriptor<GetRequest,GetResponse> static io.grpc.MethodDescriptor<LastEntryRequest,LastEntryResponse> static io.grpc.MethodDescriptor<NextEntryRequest,NextEntryResponse> static io.grpc.MethodDescriptor<PrevEntryRequest,PrevEntryResponse> static io.grpc.MethodDescriptor<RemoveRequest,RemoveResponse> static io.grpc.ServiceDescriptorstatic io.grpc.MethodDescriptor<SizeRequest,SizeResponse> static io.grpc.MethodDescriptor<UpdateRequest,UpdateResponse> 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 servicenewStub(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
-
getAppendMethod
-
getUpdateMethod
-
getGetMethod
-
getFirstEntryMethod
-
getLastEntryMethod
-
getPrevEntryMethod
-
getNextEntryMethod
-
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()
-