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 List<Transaction>
SOLRAPIQueueClient. transactionQueue
Methods in org.alfresco.solr.client that return types with arguments of type Transaction Modifier and Type Method Description List<Transaction>
SOLRAPIClient.GetTransactionsResponse. getTransaction()
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, List<Transaction> txns)
Transactions(List<Transaction> transactions, Long maxTxnCommitTime, Long maxTxnId)
-