Uses of Class
org.alfresco.solr.client.Transaction
Packages that use Transaction
-
Uses of Transaction in org.alfresco.solr.client
Fields in org.alfresco.solr.client with type parameters of type TransactionModifier and TypeFieldDescriptionstatic final List<Transaction>
SOLRAPIQueueClient.TRANSACTION_QUEUE
Methods in org.alfresco.solr.client that return types with arguments of type TransactionModifier and TypeMethodDescriptionSOLRAPIClient.GetTransactionsResponse.getTransaction()
Transactions.getTransactions()
Constructor parameters in org.alfresco.solr.client with type arguments of type TransactionModifierConstructorDescriptionGetTransactionsResponse
(org.alfresco.httpclient.Response response, List<Transaction> txns) Transactions
(List<Transaction> transactions) Transactions
(List<Transaction> transactions, Long maxTxnCommitTime, Long maxTxnId)