Class RestoreSnapshotResponse
java.lang.Object
com.liferay.portal.search.engine.adapter.snapshot.RestoreSnapshotResponse
- All Implemented Interfaces:
SnapshotResponse
-
Constructor Summary
ConstructorsConstructorDescriptionRestoreSnapshotResponse
(String snapshotName, String[] indexNames, int totalShards, int successfulShards) -
Method Summary
-
Constructor Details
-
RestoreSnapshotResponse
-
-
Method Details
-
getIndexNames
-
getSnapshotName
-
getSuccessfulShards
public int getSuccessfulShards() -
getTotalShards
public int getTotalShards()
-