public interface ConnectionAsyncApi
ConnectionApi
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Void> |
createOrUpdateConnectionThrottle(ConnectionThrottle connectionThrottle) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
deleteConnectionThrottle() |
com.google.common.util.concurrent.ListenableFuture<Void> |
disableConnectionLogging() |
com.google.common.util.concurrent.ListenableFuture<Void> |
enableConnectionLogging() |
com.google.common.util.concurrent.ListenableFuture<ConnectionThrottle> |
getConnectionThrottle() |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
isConnectionLogging() |
@Named(value="connectionthrottle:create") com.google.common.util.concurrent.ListenableFuture<Void> createOrUpdateConnectionThrottle(ConnectionThrottle connectionThrottle)
@Named(value="connectionthrottle:get") com.google.common.util.concurrent.ListenableFuture<ConnectionThrottle> getConnectionThrottle()
@Named(value="connectionthrottle:delete") com.google.common.util.concurrent.ListenableFuture<Boolean> deleteConnectionThrottle()
@Named(value="connectionlogging:state") com.google.common.util.concurrent.ListenableFuture<Boolean> isConnectionLogging()
ConnectionApi.isConnectionLogging()
@Named(value="connectionlogging:state") com.google.common.util.concurrent.ListenableFuture<Void> enableConnectionLogging()
@Named(value="connectionlogging:state") com.google.common.util.concurrent.ListenableFuture<Void> disableConnectionLogging()
Copyright © 2009-2013 jclouds. All Rights Reserved.