Class MountSearchableSnapshotRequest

All Implemented Interfaces:
Writeable, org.elasticsearch.core.RefCounted, TaskAwareRequest, TransportRequest

public class MountSearchableSnapshotRequest extends MasterNodeRequest<MountSearchableSnapshotRequest>
  • Field Details

  • Constructor Details

    • MountSearchableSnapshotRequest

      public MountSearchableSnapshotRequest(org.elasticsearch.core.TimeValue masterNodeTimeout, String mountedIndexName, String repositoryName, String snapshotName, String snapshotIndexName, Settings indexSettings, String[] ignoreIndexSettings, boolean waitForCompletion, MountSearchableSnapshotRequest.Storage storage)
      Constructs a new mount searchable snapshot request, restoring an index with the settings needed to make it a searchable snapshot.
    • MountSearchableSnapshotRequest

      public MountSearchableSnapshotRequest(StreamInput in) throws IOException
      Throws:
      IOException
  • Method Details