Uses of Class
org.jgroups.protocols.raft.RAFT.Request
Packages that use RAFT.Request
-
Uses of RAFT.Request in org.jgroups.protocols.raft
Subclasses of RAFT.Request in org.jgroups.protocols.raftModifier and TypeClassDescriptionprotected static classGenerated bySettable.setAsync(byte[], int, int)protected static classprotected static classReceived by up(Message) or up(MessageBatch)Fields in org.jgroups.protocols.raft with type parameters of type RAFT.RequestModifier and TypeFieldDescriptionprotected BlockingQueue<RAFT.Request> RAFT.processing_queueAll requests are added to this queue; a single thread processes this queue - hence no synchronization issuesprotected final List<RAFT.Request> RAFT.remove_queueMethods in org.jgroups.protocols.raft with parameters of type RAFT.RequestModifier and TypeMethodDescriptionprotected voidRAFT.add(RAFT.Request r) protected voidRAFT.offer(RAFT.Request r) Method parameters in org.jgroups.protocols.raft with type arguments of type RAFT.Request