Uses of Class
org.infinispan.query.clustered.ClusteredQueryOperation
-
Packages that use ClusteredQueryOperation Package Description org.infinispan.query.clustered -
-
Uses of ClusteredQueryOperation in org.infinispan.query.clustered
Methods in org.infinispan.query.clustered that return ClusteredQueryOperation Modifier and Type Method Description ClusteredQueryOperationClusteredQueryOperation.Externalizer. readObject(ObjectInput input)Methods in org.infinispan.query.clustered that return types with arguments of type ClusteredQueryOperation Modifier and Type Method Description Set<Class<? extends ClusteredQueryOperation>>ClusteredQueryOperation.Externalizer. getTypeClasses()Methods in org.infinispan.query.clustered with parameters of type ClusteredQueryOperation Modifier and Type Method Description voidClusteredQueryOperation.Externalizer. writeObject(ObjectOutput output, ClusteredQueryOperation object)Constructors in org.infinispan.query.clustered with parameters of type ClusteredQueryOperation Constructor Description SegmentsClusteredQueryCommand(String cacheName, ClusteredQueryOperation clusteredQueryOperation, BitSet segments)
-