Package io.atomix.api.runtime.set.v1
Class SetGrpc
java.lang.Object
io.atomix.api.runtime.set.v1.SetGrpc
@Generated(value="by gRPC proto compiler (version 1.46.0)",
comments="Source: atomix/runtime/set/v1/set.proto")
public final class SetGrpc
extends Object
Set is a service for a set primitive
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classSet is a service for a set primitivestatic final classSet is a service for a set primitivestatic classSet is a service for a set primitivestatic final classSet is a service for a set primitive -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<AddRequest,AddResponse> static io.grpc.MethodDescriptor<ClearRequest,ClearResponse> static io.grpc.MethodDescriptor<CloseRequest,CloseResponse> static io.grpc.MethodDescriptor<ContainsRequest,ContainsResponse> static io.grpc.MethodDescriptor<CreateRequest,CreateResponse> static io.grpc.MethodDescriptor<ElementsRequest,ElementsResponse> static io.grpc.MethodDescriptor<EventsRequest,EventsResponse> static io.grpc.MethodDescriptor<RemoveRequest,RemoveResponse> static io.grpc.ServiceDescriptorstatic io.grpc.MethodDescriptor<SizeRequest,SizeResponse> static SetGrpc.SetBlockingStubnewBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic SetGrpc.SetFutureStubnewFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic SetGrpc.SetStubnewStub(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
-
getContainsMethod
-
getAddMethod
-
getRemoveMethod
-
getClearMethod
-
getEventsMethod
-
getElementsMethod
-
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()
-