Search in sources :

Example 1 with AddedGlusterServersParameters

use of org.ovirt.engine.core.common.queries.gluster.AddedGlusterServersParameters in project ovirt-engine by oVirt.

the class AsyncDataProvider method getGlusterHostsNewlyAdded.

public void getGlusterHostsNewlyAdded(AsyncQuery<Map<String, String>> aQuery, Guid clusterId, boolean isFingerprintRequired) {
    aQuery.converterCallback = new CastingConverter<>();
    Frontend.getInstance().runQuery(QueryType.GetAddedGlusterServers, new AddedGlusterServersParameters(clusterId, isFingerprintRequired), aQuery);
}
Also used : AddedGlusterServersParameters(org.ovirt.engine.core.common.queries.gluster.AddedGlusterServersParameters)

Aggregations

AddedGlusterServersParameters (org.ovirt.engine.core.common.queries.gluster.AddedGlusterServersParameters)1