Class SnapshotDetails
java.lang.Object
com.liferay.portal.search.engine.adapter.snapshot.SnapshotDetails
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]
int
int
void
setIndexNames
(String[] indexNames) void
setSnapshotState
(SnapshotState snapshotState) void
setSuccessfulShards
(int successfulShards) void
setTotalShards
(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)
-