public final class ContinuousQueryResult
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ContinuousQueryResult.ResultType |
| Constructor and Description |
|---|
ContinuousQueryResult(ContinuousQueryResult.ResultType resultType,
byte[] key,
byte[] value,
java.lang.Object[] projection) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getKey() |
java.lang.Object[] |
getProjection() |
ContinuousQueryResult.ResultType |
getResultType() |
byte[] |
getValue() |
java.lang.String |
toString() |
public ContinuousQueryResult(ContinuousQueryResult.ResultType resultType, byte[] key, byte[] value, java.lang.Object[] projection)
public ContinuousQueryResult.ResultType getResultType()
public byte[] getKey()
public byte[] getValue()
public java.lang.Object[] getProjection()
public java.lang.String toString()
toString in class java.lang.Object