Uses of Enum
org.infinispan.query.remote.client.impl.ContinuousQueryResult.ResultType
Packages that use ContinuousQueryResult.ResultType
Package
Description
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.ResultTypeModifier and TypeMethodDescriptionContinuousQueryResult.getResultType()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.ResultTypeModifierConstructorDescriptionContinuousQueryResult(ContinuousQueryResult.ResultType resultType, byte[] key, byte[] value, Object[] projection)