Skip navigation links
B C I N O P R S W 

B

build() - Method in class net.kuujo.catalog.client.RaftClient.Builder
 
builder(Address...) - Static method in class net.kuujo.catalog.client.RaftClient
Returns a new Raft client builder.
builder(Collection<Address>) - Static method in class net.kuujo.catalog.client.RaftClient
Returns a new Raft client builder.

C

ClientSession - Class in net.kuujo.catalog.client.session
Client session.
ClientSession(Transport, Collection<Address>, Serializer) - Constructor for class net.kuujo.catalog.client.session.ClientSession
 
close() - Method in class net.kuujo.catalog.client.RaftClient
 
close() - Method in class net.kuujo.catalog.client.session.ClientSession
 
context() - Method in class net.kuujo.catalog.client.RaftClient
Returns the client execution context.
context() - Method in class net.kuujo.catalog.client.session.ClientSession
Returns the session context.

I

id() - Method in class net.kuujo.catalog.client.session.ClientSession
 
isClosed() - Method in class net.kuujo.catalog.client.RaftClient
 
isClosed() - Method in class net.kuujo.catalog.client.session.ClientSession
 
isExpired() - Method in class net.kuujo.catalog.client.session.ClientSession
 
isOpen() - Method in class net.kuujo.catalog.client.RaftClient
 
isOpen() - Method in class net.kuujo.catalog.client.session.ClientSession
 

N

net.kuujo.catalog.client - package net.kuujo.catalog.client
 
net.kuujo.catalog.client.session - package net.kuujo.catalog.client.session
 

O

onClose(Consumer<Session>) - Method in class net.kuujo.catalog.client.session.ClientSession
 
onEvent(Consumer) - Method in class net.kuujo.catalog.client.session.ClientSession
 
onOpen(Consumer<Session>) - Method in class net.kuujo.catalog.client.session.ClientSession
 
open() - Method in class net.kuujo.catalog.client.RaftClient
 
open() - Method in class net.kuujo.catalog.client.session.ClientSession
 

P

publish(Object) - Method in class net.kuujo.catalog.client.session.ClientSession
 

R

RaftClient - Class in net.kuujo.catalog.client
Raft client.
RaftClient.Builder - Class in net.kuujo.catalog.client
Raft client builder.

S

session() - Method in class net.kuujo.catalog.client.RaftClient
Returns the client session.
submit(Operation<T>) - Method in class net.kuujo.catalog.client.RaftClient
Submits an operation to the Raft cluster.
submit(Command<T>) - Method in class net.kuujo.catalog.client.RaftClient
Submits a command to the Raft cluster.
submit(Query<T>) - Method in class net.kuujo.catalog.client.RaftClient
Submits a query to the Raft cluster.
submit(Command<T>) - Method in class net.kuujo.catalog.client.session.ClientSession
Submits a command via the session.
submit(Query<T>) - Method in class net.kuujo.catalog.client.session.ClientSession
Submits a query via the session.

W

withSerializer(Serializer) - Method in class net.kuujo.catalog.client.RaftClient.Builder
Sets the client serializer.
withTransport(Transport) - Method in class net.kuujo.catalog.client.RaftClient.Builder
Sets the client transport.
B C I N O P R S W 
Skip navigation links

Copyright © 2013–2015. All rights reserved.