public final class ContinuousQueryResult extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ContinuousQueryResult.ResultType |
Constructor and Description |
---|
ContinuousQueryResult(ContinuousQueryResult.ResultType resultType,
byte[] key,
byte[] value,
Object[] projection) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getKey() |
Object[] |
getProjection() |
ContinuousQueryResult.ResultType |
getResultType() |
byte[] |
getValue() |
String |
toString() |
public ContinuousQueryResult(ContinuousQueryResult.ResultType resultType, byte[] key, byte[] value, Object[] projection)
public ContinuousQueryResult.ResultType getResultType()
public byte[] getKey()
public byte[] getValue()
public Object[] getProjection()
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.