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 Map<Long,List<Node>>
SOLRAPIQueueClient. NODE_MAP
Methods in org.alfresco.solr.client that return types with arguments of type Node Modifier and Type Method Description List<Node>
SOLRAPIClient. getNodes(GetNodesParameters parameters, int maxResults)
List<Node>
SOLRAPIClient.GetNodesResponse. getNodes()
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, List<Node> nodes)
-