| Modifier and Type | Method and Description |
|---|---|
static <F> Map<F,Exception> |
FutureIterables.awaitCompletion(Map<F,? extends com.google.common.util.concurrent.ListenableFuture<?>> responses,
com.google.common.util.concurrent.ListeningExecutorService exec,
Long maxTime,
Logger logger,
String logPrefix) |
static <F,T> Iterable<T> |
FutureIterables.transformParallel(Iterable<F> fromIterable,
com.google.common.base.Function<? super F,com.google.common.util.concurrent.ListenableFuture<? extends T>> function,
com.google.common.util.concurrent.ListeningExecutorService exec,
Long maxTime,
Logger logger,
String logPrefix) |
static <F,T> Iterable<T> |
FutureIterables.transformParallel(Iterable<F> fromIterable,
com.google.common.base.Function<? super F,com.google.common.util.concurrent.ListenableFuture<? extends T>> function,
com.google.common.util.concurrent.ListeningExecutorService exec,
Long maxTime,
Logger logger,
String logPrefix,
BackoffLimitedRetryHandler retryHandler,
int maxRetries) |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpUtils.logRequest(Logger logger,
HttpRequest request,
String prefix) |
void |
HttpUtils.logResponse(Logger logger,
HttpResponse response,
String prefix) |
| Modifier and Type | Field and Description |
|---|---|
protected Logger |
ParseJson.logger |
protected Logger |
ReleasePayloadAndReturn.logger |
protected Logger |
ParseFirstJsonValueNamed.logger |
protected Logger |
ParseXMLWithJAXB.logger |
| Modifier and Type | Field and Description |
|---|---|
protected Logger |
RedirectionRetryHandler.logger |
protected Logger |
BackoffLimitedRetryHandler.logger |
| Modifier and Type | Field and Description |
|---|---|
protected Logger |
BaseHttpCommandExecutorService.headerLog |
protected Logger |
BaseHttpCommandExecutorService.logger |
| Modifier and Type | Method and Description |
|---|---|
Logger |
HttpWire.getWireLog() |
Logger |
SignatureWire.getWireLog() |
| Modifier and Type | Field and Description |
|---|---|
protected Logger |
ContentMetadataCodec.DefaultContentMetadataCodec.logger |
| Modifier and Type | Field and Description |
|---|---|
protected Logger |
BaseLifeCycle.logger |
| Modifier and Type | Field and Description |
|---|---|
protected Logger |
ZoneToRegionToProviderOrJustProvider.logger |
protected Logger |
ZoneToProvider.logger |
| Modifier and Type | Field and Description |
|---|---|
protected Logger |
SplitConfigurationKey.logger |
protected Logger |
RegionIdToZoneIdsFromConfiguration.logger |
protected Logger |
LocationIdToURIFromConfigurationOrDefaultToProvider.logger |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Field and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Logger |
Logger.LoggerFactory.getLogger(String category) |
| Modifier and Type | Field and Description |
|---|---|
protected Logger |
Wire.logger |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Logger |
Wire.getWireLog() |
| Modifier and Type | Class and Description |
|---|---|
class |
JDKLogger
|
| Modifier and Type | Method and Description |
|---|---|
Logger |
JDKLogger.JDKLoggerFactory.getLogger(String category) |
| Modifier and Type | Field and Description |
|---|---|
protected Logger |
InetSocketAddressConnect.logger |
| Modifier and Type | Field and Description |
|---|---|
protected Logger |
CredentialStoreModule.CredentialsFromJsonByteSource.logger |
| Modifier and Type | Field and Description |
|---|---|
protected Logger |
RestAnnotationProcessor.logger |
| Modifier and Type | Field and Description |
|---|---|
protected Logger |
SupplyKeyMatchingValueOrNull.logger |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.