|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Logger in org.jclouds.collect |
---|
Fields in org.jclouds.collect declared as Logger | |
---|---|
protected Logger |
FindResourceInSet.logger
|
Uses of Logger in org.jclouds.concurrent |
---|
Methods in org.jclouds.concurrent with parameters of type Logger | ||
---|---|---|
static
|
FutureIterables.awaitCompletion(Map<T,? extends Future<?>> responses,
ExecutorService exec,
Long maxTime,
Logger logger,
String logPrefix)
|
|
static
|
FutureIterables.transformParallel(Iterable<F> fromIterable,
com.google.common.base.Function<? super F,Future<T>> function,
ExecutorService exec,
Long maxTime,
Logger logger,
String logPrefix)
|
|
static
|
FutureIterables.transformParallel(Iterable<F> fromIterable,
com.google.common.base.Function<? super F,Future<T>> function,
ExecutorService exec,
Long maxTime,
Logger logger,
String logPrefix,
BackoffLimitedRetryHandler retryHandler,
int maxRetries)
|
Uses of Logger in org.jclouds.http |
---|
Fields in org.jclouds.http declared as Logger | |
---|---|
protected Logger |
TransformingHttpCommandImpl.logger
|
Methods in org.jclouds.http with parameters of type Logger | |
---|---|
void |
HttpUtils.logRequest(Logger logger,
HttpRequest request,
String prefix)
|
void |
HttpUtils.logResponse(Logger logger,
HttpResponse response,
String prefix)
|
Uses of Logger in org.jclouds.http.functions |
---|
Fields in org.jclouds.http.functions declared as Logger | |
---|---|
protected Logger |
ParseJson.logger
|
protected Logger |
ReleasePayloadAndReturn.logger
|
protected Logger |
ParseXMLWithJAXB.logger
|
protected Logger |
ParseContentMD5FromHeaders.logger
|
protected Logger |
ParseFirstJsonValueNamed.logger
|
Uses of Logger in org.jclouds.http.handlers |
---|
Fields in org.jclouds.http.handlers declared as Logger | |
---|---|
protected Logger |
BackoffLimitedRetryHandler.logger
|
protected Logger |
RedirectionRetryHandler.logger
|
Uses of Logger in org.jclouds.http.internal |
---|
Fields in org.jclouds.http.internal declared as Logger | |
---|---|
protected Logger |
BaseHttpCommandExecutorService.headerLog
|
protected Logger |
JavaUrlHttpCommandExecutorService.logger
|
protected Logger |
BaseHttpCommandExecutorService.logger
|
Methods in org.jclouds.http.internal that return Logger | |
---|---|
Logger |
HttpWire.getWireLog()
|
Logger |
SignatureWire.getWireLog()
|
Uses of Logger in org.jclouds.io |
---|
Fields in org.jclouds.io declared as Logger | |
---|---|
protected Logger |
CopyInputStreamIntoSupplier.logger
|
Uses of Logger in org.jclouds.lifecycle |
---|
Fields in org.jclouds.lifecycle declared as Logger | |
---|---|
protected Logger |
BaseLifeCycle.logger
|
Uses of Logger in org.jclouds.location.suppliers.all |
---|
Fields in org.jclouds.location.suppliers.all declared as Logger | |
---|---|
protected Logger |
ZoneToRegionToProviderOrJustProvider.logger
|
Uses of Logger in org.jclouds.location.suppliers.fromconfig |
---|
Fields in org.jclouds.location.suppliers.fromconfig declared as Logger | |
---|---|
protected Logger |
LocationIdToURIFromConfigurationOrDefaultToProvider.logger
|
protected Logger |
RegionIdToZoneIdsFromConfiguration.logger
|
protected Logger |
SplitConfigurationKey.logger
|
Uses of Logger in org.jclouds.logging |
---|
Classes in org.jclouds.logging that implement Logger | |
---|---|
class |
BaseLogger
Base implementation that constructs formatted log strings. |
class |
ConsoleLogger
Logger that logs to the console Useful to get baseline performance unaffected by logging. |
class |
NullLogger
Logger that doesn't do anything. |
Fields in org.jclouds.logging declared as Logger | |
---|---|
static Logger |
Logger.CONSOLE
Assign to member to avoid NPE when no logging module is configured. |
static Logger |
Logger.NULL
Assign to member to avoid NPE when no logging module is configured. |
Methods in org.jclouds.logging that return Logger | |
---|---|
Logger |
Logger.LoggerFactory.getLogger(String category)
|
Uses of Logger in org.jclouds.logging.internal |
---|
Fields in org.jclouds.logging.internal declared as Logger | |
---|---|
protected Logger |
Wire.logger
|
Methods in org.jclouds.logging.internal that return Logger | |
---|---|
protected abstract Logger |
Wire.getWireLog()
|
Uses of Logger in org.jclouds.logging.jdk |
---|
Classes in org.jclouds.logging.jdk that implement Logger | |
---|---|
class |
JDKLogger
Logger implementation of Logger . |
Methods in org.jclouds.logging.jdk that return Logger | |
---|---|
Logger |
JDKLogger.JDKLoggerFactory.getLogger(String category)
|
Uses of Logger in org.jclouds.predicates |
---|
Fields in org.jclouds.predicates declared as Logger | |
---|---|
protected Logger |
RetryablePredicate.logger
|
protected Logger |
InetSocketAddressConnect.logger
|
protected Logger |
RetryableNumTimesPredicate.logger
|
Uses of Logger in org.jclouds.rest.config |
---|
Fields in org.jclouds.rest.config declared as Logger | |
---|---|
protected Logger |
CredentialStoreModule.CredentialsFromJsonInputStream.logger
|
Uses of Logger in org.jclouds.rest.internal |
---|
Fields in org.jclouds.rest.internal declared as Logger | |
---|---|
protected Logger |
RestAnnotationProcessor.logger
|
protected Logger |
SeedAnnotationCache.logger
|
protected Logger |
AsyncRestClientProxy.logger
|
Uses of Logger in org.jclouds.suppliers |
---|
Fields in org.jclouds.suppliers declared as Logger | |
---|---|
protected Logger |
SupplyKeyMatchingValueOrNull.logger
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |