Uses of Class
org.infinispan.query.remote.client.impl.ContinuousQueryResult.ResultType
-
Packages that use ContinuousQueryResult.ResultType Package Description org.infinispan.query.remote.client.impl Hot Rod query client side implementation details. -
-
Uses of ContinuousQueryResult.ResultType in org.infinispan.query.remote.client.impl
Methods in org.infinispan.query.remote.client.impl that return ContinuousQueryResult.ResultType Modifier and Type Method Description ContinuousQueryResult.ResultTypeContinuousQueryResult. getResultType()static ContinuousQueryResult.ResultTypeContinuousQueryResult.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.impl with parameters of type ContinuousQueryResult.ResultType Constructor Description ContinuousQueryResult(ContinuousQueryResult.ResultType resultType, byte[] key, byte[] value, Object[] projection)
-