public class ReplicationChannelSet extends SDMSet<ReplicationChannel>
| Modifier and Type | Field and Description |
|---|---|
static ReplicationChannelSet |
EMPTY_SET |
ALLOWDUPLICATE, ALLOWEMPTYVALUE, BIDI, BIG_KEY, BIG_VALUE, CASESENSITIVE, DELETED, elements, emptyArray, flag, MAP, MAXDELETED, MAXUSEDLIST, MINHASHINGSIZE, MINSIZE, MINUSEDLIST, READONLY, SIZE_BIG, SMALL_KEY, SMALL_VALUE, VISIBLE| Constructor and Description |
|---|
ReplicationChannelSet() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEntryType() |
SharedSpaceSet |
getSharedSpace() |
SocketSet |
getSocket() |
StringList |
getTargetNodeId() |
ReplicationChannelPO |
hasReplicationChannelPO() |
ReplicationChannelSet |
hasSharedSpace(java.lang.Object value) |
ReplicationChannelSet |
hasSocket(java.net.Socket value) |
ReplicationChannelSet |
hasTargetNodeId(java.lang.String value) |
ReplicationChannelSet |
hasTargetNodeId(java.lang.String lower,
java.lang.String upper) |
ReplicationChannelSet |
with(java.lang.Object value) |
ReplicationChannelSet |
without(ReplicationChannel value) |
ReplicationChannelSet |
withSharedSpace(SharedSpace value) |
ReplicationChannelSet |
withSocket(java.net.Socket value) |
ReplicationChannelSet |
withTargetNodeId(java.lang.String value) |
add, add, cloneIterator, getNewList, has, instanceOf, intersection, iterator, minus, remove, remove, set, toString, union, withReadOnlyaddAll, addAll, copyEntity, iteratorReverse, lastIndexOf, listIterator, listIterator, removeItemByObject, subSet, with, withAll, withListaddFlag, addHashItem, addKey, addKeyValue, checkValue, clear, comparator, contains, containsAll, fireProperty, first, flag, get, getByIndex, getKeyByIndex, getLastPositionKey, getPositionKey, getPositionValue, getSignalFlag, getValueItem, hashKey, hasKey, hasKeyAndPos, indexOf, init, init, init, isAllowDuplicate, isAllowEmptyValue, isCaseSensitive, isComparator, isEmpty, isReadOnly, isVisible, last, lastindexOf, move, pack, removeAll, removeByObject, retainAll, setValue, size, toArray, toArray, withAllowDuplicate, withAllowEmptyValue, withCaseSensitive, withFlag, without, withVisibleequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final ReplicationChannelSet EMPTY_SET
public ReplicationChannelPO hasReplicationChannelPO()
public java.lang.String getEntryType()
public ReplicationChannelSet with(java.lang.Object value)
public ReplicationChannelSet without(ReplicationChannel value)
public SocketSet getSocket()
public ReplicationChannelSet hasSocket(java.net.Socket value)
public ReplicationChannelSet withSocket(java.net.Socket value)
public StringList getTargetNodeId()
public ReplicationChannelSet hasTargetNodeId(java.lang.String value)
public ReplicationChannelSet hasTargetNodeId(java.lang.String lower, java.lang.String upper)
public ReplicationChannelSet withTargetNodeId(java.lang.String value)
public SharedSpaceSet getSharedSpace()
public ReplicationChannelSet hasSharedSpace(java.lang.Object value)
public ReplicationChannelSet withSharedSpace(SharedSpace value)