Package io.atomix.api.runtime.set.v1
Class SetGrpc.SetBlockingStub
java.lang.Object
io.grpc.stub.AbstractStub<SetGrpc.SetBlockingStub>
io.atomix.api.runtime.set.v1.SetGrpc.SetBlockingStub
- Enclosing class:
SetGrpc
public static final class SetGrpc.SetBlockingStub
extends io.grpc.stub.AbstractStub<SetGrpc.SetBlockingStub>
Set is a service for a set primitive
-
Method Summary
Modifier and TypeMethodDescriptionadd(AddRequest request) Add adds a value to the setclear(ClearRequest request) Clear removes all values from the setclose(CloseRequest request) Close closes the setcontains(ContainsRequest request) Contains returns whether the set contains a valuecreate(CreateRequest request) Create creates the setelements(ElementsRequest request) Elements lists all elements in the setevents(EventsRequest request) Events listens for set change eventsremove(RemoveRequest request) Remove removes a value from the setsize(SizeRequest request) Size gets the number of elements in the setMethods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
-
Method Details
-
create
Create creates the set
-
close
Close closes the set
-
size
Size gets the number of elements in the set
-
contains
Contains returns whether the set contains a value
-
add
Add adds a value to the set
-
remove
Remove removes a value from the set
-
clear
Clear removes all values from the set
-
events
Events listens for set change events
-
elements
Elements lists all elements in the set
-