Uses of Enum Class
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 TypeMethodDescriptionResultType$___Marshaller_146c731a3d5e2aa6cd35d029be19485ac6e85bfb618f98703150af167e181337.decode(int $1) ContinuousQueryResult.getResultType()Returns the enum constant of this class with the specified name.static ContinuousQueryResult.ResultType[]ContinuousQueryResult.ResultType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.infinispan.query.remote.client.impl that return types with arguments of type ContinuousQueryResult.ResultTypeModifier and TypeMethodDescriptionResultType$___Marshaller_146c731a3d5e2aa6cd35d029be19485ac6e85bfb618f98703150af167e181337.getJavaClass()Methods in org.infinispan.query.remote.client.impl with parameters of type ContinuousQueryResult.ResultTypeModifier and TypeMethodDescriptionintResultType$___Marshaller_146c731a3d5e2aa6cd35d029be19485ac6e85bfb618f98703150af167e181337.encode(ContinuousQueryResult.ResultType $1) Constructors in org.infinispan.query.remote.client.impl with parameters of type ContinuousQueryResult.ResultTypeModifierConstructorDescriptionContinuousQueryResult(ContinuousQueryResult.ResultType resultType, byte[] key, byte[] value, Object[] projection) ContinuousQueryResult(ContinuousQueryResult.ResultType resultType, byte[] key, byte[] value, List<org.infinispan.protostream.WrappedMessage> wrappedProjection)