JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.alfresco.repo.domain.solr
Interface SOLRTransaction
public interface
SOLRTransaction
Interface for SOLR transaction objects.
Since:
4.0
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Long
getCommitTimeMs
()
int
getDeletes
()
Long
getId
()
int
getUpdates
()
Method Details
getId
Long
getId
()
getCommitTimeMs
Long
getCommitTimeMs
()
getUpdates
int
getUpdates
()
getDeletes
int
getDeletes
()