Class SnapshotDetails
java.lang.Object
com.liferay.portal.search.engine.adapter.snapshot.SnapshotDetails
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]intintvoidsetIndexNames(String[] indexNames) voidsetSnapshotState(SnapshotState snapshotState) voidsetSuccessfulShards(int successfulShards) voidsetTotalShards(int totalShards)
-
Constructor Details
-
SnapshotDetails
-
-
Method Details
-
getIndexNames
-
getSnapshotState
-
getSuccessfulShards
public int getSuccessfulShards() -
getTotalShards
public int getTotalShards() -
setIndexNames
-
setSnapshotState
-
setSuccessfulShards
public void setSuccessfulShards(int successfulShards) -
setTotalShards
public void setTotalShards(int totalShards)
-