Uses of Class
org.alfresco.solr.client.Node
-
Packages that use Node Package Description org.alfresco.solr.client -
-
Uses of Node in org.alfresco.solr.client
Fields in org.alfresco.solr.client with type parameters of type Node Modifier and Type Field Description static java.util.Map<java.lang.Long,java.util.List<Node>>SOLRAPIQueueClient. NODE_MAPMethods in org.alfresco.solr.client that return types with arguments of type Node Modifier and Type Method Description java.util.List<Node>SOLRAPIClient. getNodes(GetNodesParameters parameters, int maxResults)java.util.List<Node>SOLRAPIClient.GetNodesResponse. getNodes()java.util.List<Node>SOLRAPIQueueClient. getNodes(GetNodesParameters parameters, int maxResults)Constructor parameters in org.alfresco.solr.client with type arguments of type Node Constructor Description GetNodesResponse(org.alfresco.httpclient.Response response, java.util.List<Node> nodes)
-