public class LateralElementDescriptor
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
ICacheElement |
ce
The Cache Element that we are distributing.
|
int |
command
The operation has been requested by the client.
|
static int |
DISPOSE
The int for disposing the cache.
|
static int |
GET
Command to return an object.
|
static int |
GET_MATCHING
Command to return an object.
|
static int |
REMOVE
The int for removes
|
static int |
REMOVEALL
The int instructing us to remove all
|
long |
requesterId
The id of the the source of the request.
|
static int |
UPDATE
The int for updates
|
int |
valHashCode
The hashcode value for this element.
|
Constructor and Description |
---|
LateralElementDescriptor()
Constructor for the LateralElementDescriptor object
|
LateralElementDescriptor(ICacheElement ce)
Constructor for the LateralElementDescriptor object
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public static final int UPDATE
public static final int REMOVE
public static final int REMOVEALL
public static final int DISPOSE
public static final int GET
public static final int GET_MATCHING
public ICacheElement ce
public long requesterId
public int command
public int valHashCode
public LateralElementDescriptor()
public LateralElementDescriptor(ICacheElement ce)
ce
- ICacheElement payloadCopyright © 2002-2013 Apache Software Foundation. All Rights Reserved.