public class CacheFlushHint extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
TYPE_NODE
for every node that is created, deleted or updated, a hint of this type is created.
|
static int |
TYPE_RELATION
For each relation that was created or removed a hint of this type will be created.
|
static int |
TYPE_REQUEST
For each request a cache flush hint of this type will be added.
|
| Constructor and Description |
|---|
CacheFlushHint(int type) |
| Modifier and Type | Method and Description |
|---|---|
int |
getDestinationNodeNumber() |
int |
getNodeNumber() |
String |
getNodeType() |
Object |
getProperty(String name) |
int |
getRelationNumber() |
int |
getSourceNodeNumber() |
int |
getType() |
void |
setDestinationNodeNumber(int destinationNodeNumber) |
void |
setNodeNumber(int nodeNumber) |
void |
setNodeType(String nodeType) |
void |
setProperty(String name,
Object value) |
void |
setRelationNumber(int relationNumber) |
void |
setSourceNodeNumber(int sourceNodeNumber) |
String |
toString() |
public static final int TYPE_REQUEST
public static final int TYPE_RELATION
public static final int TYPE_NODE
public String getNodeType()
public void setNodeType(String nodeType)
public int getDestinationNodeNumber()
public void setDestinationNodeNumber(int destinationNodeNumber)
public int getNodeNumber()
public void setNodeNumber(int nodeNumber)
public int getRelationNumber()
public void setRelationNumber(int relationNumber)
public int getSourceNodeNumber()
public void setSourceNodeNumber(int sourceNodeNumber)
public int getType()
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}