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