Uses of Class
org.infinispan.query.clustered.NodeTopDocs
-
Packages that use NodeTopDocs Package Description org.infinispan.query.clustered -
-
Uses of NodeTopDocs in org.infinispan.query.clustered
Methods in org.infinispan.query.clustered that return NodeTopDocs Modifier and Type Method Description NodeTopDocsQueryResponse. getNodeTopDocs()NodeTopDocsNodeTopDocs.Externalizer. readObject(ObjectInput input)Methods in org.infinispan.query.clustered that return types with arguments of type NodeTopDocs Modifier and Type Method Description Set<Class<? extends NodeTopDocs>>NodeTopDocs.Externalizer. getTypeClasses()Methods in org.infinispan.query.clustered with parameters of type NodeTopDocs Modifier and Type Method Description voidNodeTopDocs.Externalizer. writeObject(ObjectOutput output, NodeTopDocs topDocs)Constructors in org.infinispan.query.clustered with parameters of type NodeTopDocs Constructor Description QueryResponse(NodeTopDocs nodeTopDocs)
-