|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jcs.auxiliary.lateral.LateralElementDescriptor<K,V>
public class LateralElementDescriptor<K extends Serializable,V extends Serializable>
This class wraps command to other laterals. It is essentially a JCS-TCP-Lateral packet. The headers specify the action the receiver should take.
| Field Summary | |
|---|---|
ICacheElement<K,V> |
ce
The Cache Element that we are distributing. |
LateralCommand |
command
The operation has been requested by the client. |
long |
requesterId
The id of the the source of the request. |
int |
valHashCode
The hashcode value for this element. |
| Constructor Summary | |
|---|---|
LateralElementDescriptor()
Constructor for the LateralElementDescriptor object |
|
LateralElementDescriptor(ICacheElement<K,V> ce)
Constructor for the LateralElementDescriptor object |
|
| Method Summary | |
|---|---|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public ICacheElement<K extends Serializable,V extends Serializable> ce
public long requesterId
public LateralCommand command
public int valHashCode
| Constructor Detail |
|---|
public LateralElementDescriptor()
public LateralElementDescriptor(ICacheElement<K,V> ce)
ce - ICacheElement| Method Detail |
|---|
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||