Package org.elasticsearch.action.admin.cluster.snapshots.status

Examples of org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotsStatusRequestBuilder


        execute(SnapshotsStatusAction.INSTANCE, request, listener);
    }

    @Override
    public SnapshotsStatusRequestBuilder prepareSnapshotStatus(String repository) {
        return new SnapshotsStatusRequestBuilder(this, repository);
    }
View Full Code Here


        return new SnapshotsStatusRequestBuilder(this, repository);
    }

    @Override
    public SnapshotsStatusRequestBuilder prepareSnapshotStatus() {
        return new SnapshotsStatusRequestBuilder(this);
    }
View Full Code Here

TOP

Related Classes of org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotsStatusRequestBuilder

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.