Uses of Class
org.infinispan.query.remote.client.ContinuousQueryResult.ResultType
-
Packages that use ContinuousQueryResult.ResultType Package Description org.infinispan.query.remote.client Hot Rod query API. -
-
Uses of ContinuousQueryResult.ResultType in org.infinispan.query.remote.client
Methods in org.infinispan.query.remote.client that return ContinuousQueryResult.ResultType Modifier and Type Method Description ContinuousQueryResult.ResultType
ContinuousQueryResult. getResultType()
static ContinuousQueryResult.ResultType
ContinuousQueryResult.ResultType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ContinuousQueryResult.ResultType[]
ContinuousQueryResult.ResultType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.infinispan.query.remote.client with parameters of type ContinuousQueryResult.ResultType Constructor Description ContinuousQueryResult(ContinuousQueryResult.ResultType resultType, byte[] key, byte[] value, Object[] projection)
-