Uses of Class
org.alfresco.solr.client.Transaction
-
Packages that use Transaction Package Description org.alfresco.solr.client -
-
Uses of Transaction in org.alfresco.solr.client
Fields in org.alfresco.solr.client with type parameters of type Transaction Modifier and Type Field Description static java.util.List<Transaction>
SOLRAPIQueueClient. TRANSACTION_QUEUE
Methods in org.alfresco.solr.client that return types with arguments of type Transaction Modifier and Type Method Description java.util.List<Transaction>
SOLRAPIClient.GetTransactionsResponse. getTransaction()
java.util.List<Transaction>
Transactions. getTransactions()
Constructor parameters in org.alfresco.solr.client with type arguments of type Transaction Constructor Description GetTransactionsResponse(org.alfresco.httpclient.Response response, java.util.List<Transaction> txns)
Transactions(java.util.List<Transaction> transactions, java.lang.Long maxTxnCommitTime, java.lang.Long maxTxnId)
-