Class RestoreSnapshotResponse

java.lang.Object
com.liferay.portal.search.engine.adapter.snapshot.RestoreSnapshotResponse
All Implemented Interfaces:
SnapshotResponse

public class RestoreSnapshotResponse extends Object implements SnapshotResponse
  • Constructor Details

    • RestoreSnapshotResponse

      public RestoreSnapshotResponse(String snapshotName, String[] indexNames, int totalShards, int successfulShards)
  • Method Details

    • getIndexNames

      public String[] getIndexNames()
    • getSnapshotName

      public String getSnapshotName()
    • getSuccessfulShards

      public int getSuccessfulShards()
    • getTotalShards

      public int getTotalShards()