@Beta
public interface HostAdministrationAsyncApi
HostAdministrationApi
,
,
,
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
disable(String hostId) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
enable(String hostId) |
com.google.common.util.concurrent.ListenableFuture<? extends com.google.common.collect.FluentIterable<? extends Host>> |
list() |
com.google.common.util.concurrent.ListenableFuture<? extends com.google.common.collect.FluentIterable<? extends HostResourceUsage>> |
listResourceUsage(String hostId) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
reboot(String hostId) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
shutdown(String hostId) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
startMaintenance(String hostId) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
startup(String hostId) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
stopMaintenance(String hostId) |
@Named(value="hostadmin:list") com.google.common.util.concurrent.ListenableFuture<? extends com.google.common.collect.FluentIterable<? extends Host>> list()
HostAdministrationApi.list()
@Named(value="hostadmin:listresource") com.google.common.util.concurrent.ListenableFuture<? extends com.google.common.collect.FluentIterable<? extends HostResourceUsage>> listResourceUsage(String hostId)
@Named(value="hostadmin:enable") com.google.common.util.concurrent.ListenableFuture<Boolean> enable(String hostId)
HostAdministrationApi.enable(String)
@Named(value="hostadmin:disable") com.google.common.util.concurrent.ListenableFuture<Boolean> disable(String hostId)
@Named(value="hostadmin:startmaintenance") com.google.common.util.concurrent.ListenableFuture<Boolean> startMaintenance(String hostId)
@Named(value="hostadmin:stopmaintenance") com.google.common.util.concurrent.ListenableFuture<Boolean> stopMaintenance(String hostId)
@Named(value="hostadmin:startup") com.google.common.util.concurrent.ListenableFuture<Boolean> startup(String hostId)
@Named(value="hostadmin:shutdown") com.google.common.util.concurrent.ListenableFuture<Boolean> shutdown(String hostId)
@Named(value="hostadmin:reboot") com.google.common.util.concurrent.ListenableFuture<Boolean> reboot(String hostId)
HostAdministrationApi.reboot(String)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.