- withClientTransport(Transport) - Method in class io.atomix.manager.ResourceServer.Builder
-
Sets the client transport, returning the server builder for method chaining.
- withElectionTimeout(Duration) - Method in class io.atomix.manager.ResourceServer.Builder
-
Sets the server election timeout, returning the server builder for method chaining.
- withHeartbeatInterval(Duration) - Method in class io.atomix.manager.ResourceServer.Builder
-
Sets the server heartbeat interval, returning the server builder for method chaining.
- withResourceTypes(Class<? extends Resource<?>>...) - Method in class io.atomix.manager.ResourceClient.Builder
-
Sets the available resource types.
- withResourceTypes(ResourceType...) - Method in class io.atomix.manager.ResourceClient.Builder
-
Sets the available resource types.
- withResourceTypes(Collection<ResourceType>) - Method in class io.atomix.manager.ResourceClient.Builder
-
Sets the available resource types.
- withResourceTypes(Class<? extends Resource<?>>...) - Method in class io.atomix.manager.ResourceServer.Builder
-
Sets the available resource types.
- withResourceTypes(ResourceType...) - Method in class io.atomix.manager.ResourceServer.Builder
-
Sets the available resource types.
- withResourceTypes(Collection<ResourceType>) - Method in class io.atomix.manager.ResourceServer.Builder
-
Sets the available resource types.
- withSerializer(Serializer) - Method in class io.atomix.manager.ResourceClient.Builder
-
Sets the Atomix serializer.
- withSerializer(Serializer) - Method in class io.atomix.manager.ResourceServer.Builder
-
Sets the serializer, returning the server builder for method chaining.
- withServerTransport(Transport) - Method in class io.atomix.manager.ResourceServer.Builder
-
Sets the server transport, returning the server builder for method chaining.
- withSessionTimeout(Duration) - Method in class io.atomix.manager.ResourceServer.Builder
-
Sets the server session timeout, returning the server builder for method chaining.
- withStorage(Storage) - Method in class io.atomix.manager.ResourceServer.Builder
-
Sets the server storage module, returning the server builder for method chaining.
- withTransport(Transport) - Method in class io.atomix.manager.ResourceClient.Builder
-
Sets the Atomix transport.
- withTransport(Transport) - Method in class io.atomix.manager.ResourceServer.Builder
-
Sets the server transport, returning the server builder for method chaining.