|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<BufferManager.TupleSourceStatus>
com.metamatrix.common.buffer.BufferManager.TupleSourceStatus
public static enum BufferManager.TupleSourceStatus
| Enum Constant Summary | |
|---|---|
ACTIVE
Indicates the status of a TupleSource is active; the
TupleSource is itself currently still receiving data. |
|
FULL
Indicates the status of a TupleSource is full; the
TupleSource has loaded all of its tuples. |
|
| Method Summary | |
|---|---|
static BufferManager.TupleSourceStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static BufferManager.TupleSourceStatus[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final BufferManager.TupleSourceStatus ACTIVE
TupleSource is active; the
TupleSource is itself currently still receiving data.
BufferManager.getStatus(com.metamatrix.common.buffer.TupleSourceID),
BufferManager.setStatus(com.metamatrix.common.buffer.TupleSourceID, com.metamatrix.common.buffer.BufferManager.TupleSourceStatus)public static final BufferManager.TupleSourceStatus FULL
TupleSource is full; the
TupleSource has loaded all of its tuples.
BufferManager.getStatus(com.metamatrix.common.buffer.TupleSourceID),
BufferManager.setStatus(com.metamatrix.common.buffer.TupleSourceID, com.metamatrix.common.buffer.BufferManager.TupleSourceStatus)| Method Detail |
|---|
public static BufferManager.TupleSourceStatus[] values()
for (BufferManager.TupleSourceStatus c : BufferManager.TupleSourceStatus.values()) System.out.println(c);
public static BufferManager.TupleSourceStatus valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||