Class ContinuousQueryResult
- java.lang.Object
-
- org.infinispan.query.remote.client.ContinuousQueryResult
-
public final class ContinuousQueryResult extends Object
- Since:
- 8.0
- Author:
- anistor@redhat.com
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classContinuousQueryResult.ResultType
-
Constructor Summary
Constructors Constructor Description ContinuousQueryResult(ContinuousQueryResult.ResultType resultType, byte[] key, byte[] value, Object[] projection)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getKey()Object[]getProjection()ContinuousQueryResult.ResultTypegetResultType()byte[]getValue()StringtoString()
-
-
-
Constructor Detail
-
ContinuousQueryResult
public ContinuousQueryResult(ContinuousQueryResult.ResultType resultType, byte[] key, byte[] value, Object[] projection)
-
-
Method Detail
-
getResultType
public ContinuousQueryResult.ResultType getResultType()
-
getKey
public byte[] getKey()
-
getValue
public byte[] getValue()
-
getProjection
public Object[] getProjection()
-
-