| IBM WebSphere Extended Deployment (XD)TM
Release 6.0.1 |
java.lang.Object
|
+--com.ibm.websphere.objectgrid.plugins.DistributionMode
LogSequenceFilter
Field Summary | |
---|---|
public DistributionMode | INVALIDATE
The INVALIDATE distribution mode is used to communicate invalidates to the
receivers of the LogSequence.
|
public DistributionMode | INVALIDATE_CONDITIONAL
The INVALIDATE_CONDITIONAL is very much like the #INVALIDATE distribution
mode except that it also takes into account the versioned value data associated
with each entry.
|
public DistributionMode | PUSH
The PUSH distribution mode is used to communicate changes to the receivers
of the LogSequence.
|
public DistributionMode | PUSH_CONDITIONAL
The PUSH_CONDITIONAL is very much like the #PUSH distribution
mode except that it also takes into account the versioned value data associated
with each entry.
|
Method Summary | |
---|---|
public
boolean | isConditional()
Check whether the mode is conditional mode or not. A mode is conditional if it is.
|
public
boolean | isInvalidate()
Check whether the mode is a invalidate mode or not. A mode is a invalidate mode if it is.
|
public
boolean | isPush()
Check whether the mode is a push mode or not. A mode is a push mode if it is.
|
public
int | toInt()
|
public
String | toString()
Returns a string representation of the DistributionMode .
|
Methods inherited from java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static INVALIDATE
public static INVALIDATE_CONDITIONAL
public static PUSH
public static PUSH_CONDITIONAL
Method Detail |
public boolean isConditional( | ) |
public boolean isInvalidate( | ) |
public boolean isPush( | ) |
public int toInt( | ) |
public String toString( | ) |
DistributionMode
.
DistributionMode
.
| IBM WebSphere Extended Deployment (XD)TM
Release 6.0.1 |