Examples of SnapshotsStatusRequestBuilder


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

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

        return new SnapshotsStatusRequestBuilder(this, repository);
    }

    @Override
    public SnapshotsStatusRequestBuilder prepareSnapshotStatus() {
        return new SnapshotsStatusRequestBuilder(this);
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.