Uses of Class
org.jgroups.protocols.COUNTER.Request

Packages that use COUNTER.Request
org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. 
 

Uses of COUNTER.Request in org.jgroups.protocols
 

Subclasses of COUNTER.Request in org.jgroups.protocols
protected static class COUNTER.AddAndGetRequest
           
protected static class COUNTER.CompareAndSetRequest
           
protected static class COUNTER.DeleteRequest
           
protected static class COUNTER.GetOrCreateRequest
           
protected static class COUNTER.ReconcileRequest
           
protected static class COUNTER.ResendPendingRequests
           
protected static class COUNTER.SetRequest
           
protected static class COUNTER.SimpleRequest
           
protected static class COUNTER.UpdateRequest
           
 

Fields in org.jgroups.protocols with type parameters of type COUNTER.Request
protected  java.util.Map<Owner,Tuple<COUNTER.Request,Promise>> COUNTER.pending_requests
           
 

Methods in org.jgroups.protocols that return COUNTER.Request
protected static COUNTER.Request COUNTER.createRequest(COUNTER.RequestType type)
           
protected static COUNTER.Request COUNTER.requestFromBuffer(byte[] buf, int offset, int length)
           
 

Methods in org.jgroups.protocols with parameters of type COUNTER.Request
protected  void COUNTER.handleRequest(COUNTER.Request req, Address sender)
           
protected static Buffer COUNTER.requestToBuffer(COUNTER.Request req)
           
protected static COUNTER.RequestType COUNTER.requestToRequestType(COUNTER.Request req)
           
protected  void COUNTER.sendRequest(Address dest, COUNTER.Request req)
           
 



Copyright © 1998-2012 Bela Ban / Red Hat. All Rights Reserved.