Uses of Class
org.jgroups.raft.util.RequestTable.Entry
Packages that use RequestTable.Entry
-
Uses of RequestTable.Entry in org.jgroups.protocols.raft
Methods in org.jgroups.protocols.raft with parameters of type RequestTable.EntryModifier and TypeMethodDescriptionprotected static <T> voidRAFT.notify(RequestTable.Entry<T> e, byte[] rsp) protected static <T> voidRAFT.notify(RequestTable.Entry<T> e, Throwable t) -
Uses of RequestTable.Entry in org.jgroups.raft.util
Fields in org.jgroups.raft.util with type parameters of type RequestTable.EntryModifier and TypeFieldDescriptionprotected ArrayRingBuffer<RequestTable.Entry<T>> RequestTable.requestsMethods in org.jgroups.raft.util that return RequestTable.Entry