Modifier and Type | Field and Description |
---|---|
protected Logger |
ParseAtmosErrorFromXmlContent.logger |
protected Logger |
AtmosServerErrorRetryHandler.logger |
protected Logger |
AtmosClientErrorRetryHandler.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
AWSEC2CreateSecurityGroupIfNeeded.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
CreateKeyPairPlacementAndSecurityGroupsAsNeededAndReturnRunOptions.logger |
protected Logger |
AWSEC2ReviseParsedImage.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
CallForImages.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
ImportOrReturnExistingKeypair.logger |
protected Logger |
CreatePlacementGroupIfNeeded.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
SpotInstanceRequestActive.logger |
protected Logger |
PlacementGroupDeleted.logger |
protected Logger |
PlacementGroupAvailable.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
LaunchSpecificationHandler.logger |
protected Logger |
BaseAWSReservationHandler.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
ParseAWSErrorFromXmlContent.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
AWSUtils.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
ParseAzureStorageErrorFromXmlContent.logger |
protected Logger |
AzureStorageClientErrorRetryHandler.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
PutBlobsStrategyImpl.logger |
protected Logger |
MarkersDeleteDirectoryStrategy.logger |
protected Logger |
GetAllBlobsInListAndRetryOnFailure.logger |
protected Logger |
FetchBlobMetadata.logger |
protected Logger |
DeleteAllKeysInList.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
NodeToNodeMetadata.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
SupplyFromProviderURIOrNodesProperty.logger |
protected Logger |
NodesParsedFromSupplier.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
ChefErrorHandler.logger |
protected Logger |
ChefApiErrorRetryHandler.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
BaseChefService.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
UpdateAutomaticAttributesOnNodeImpl.logger |
protected Logger |
ListNodesInEnvironmentImpl.logger |
protected Logger |
ListNodesImpl.logger |
protected Logger |
ListEnvironmentsImpl.logger |
protected Logger |
ListCookbookVersionsInEnvironmentImpl.logger |
protected Logger |
ListCookbookVersionsImpl.logger |
protected Logger |
ListClientsImpl.logger |
protected Logger |
DeleteAllNodesInListImpl.logger |
protected Logger |
DeleteAllClientsInListImpl.logger |
protected Logger |
CreateNodeAndPopulateAutomaticAttributesImpl.logger |
protected Logger |
CleanupStaleNodesAndClientsImpl.logger |
protected Logger |
BaseListNodesImpl.logger |
protected Logger |
BaseListCookbookVersionsImpl.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
CloudStackImageExtension.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
TemplateToOperatingSystem.logger |
protected Logger |
IngressRuleToIpPermission.logger |
protected Logger |
CloudStackSecurityGroupToSecurityGroup.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
FindSecurityGroupOrCreate.logger |
protected Logger |
CreateUniqueKeyPair.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
CloudStackComputeServiceAdapter.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
StaticNATVirtualMachineInNetwork.logger |
protected Logger |
ReuseOrAssociateNewPublicIPAddress.logger |
protected Logger |
ParseTypedAsyncJob.logger |
protected Logger |
CreateSecurityGroupIfNeeded.logger |
protected Logger |
CreatePortForwardingRulesForIP.logger |
protected Logger |
CreateFirewallRulesForIP.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
CloudStackErrorHandler.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
VirtualMachineRunning.logger |
protected Logger |
VirtualMachineExpunged.logger |
protected Logger |
VirtualMachineDestroyed.logger |
protected Logger |
LoadBalancerRuleActive.logger |
protected Logger |
JobComplete.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
BlockUntilJobCompletesAndReturnResult.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
GetCurrentUser.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
SudoAwareInitManager.computeLogger |
protected Logger |
SudoAwareInitManager.logger |
protected Logger |
RunScriptOnNodeUsingSsh.logger |
protected Logger |
BlockUntilInitScriptStatusIsZeroThenReturnOutput.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
TemplateBuilderImpl.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
CreateSshClientOncePortIsListeningOnNode.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
BaseComputeService.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
ScriptStatusReturnsZero.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
TrueIfNullOrDeletedRefreshAndDoubleCheckOnFalse.logger |
protected Logger |
RefreshAndDoubleCheckOnFailUnlessStatusInvalid.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
RunScriptOnNodeAndAddToGoodMapOrPutExceptionIntoBadMap.logger |
protected Logger |
CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
CreateNodesWithGroupEncodedIntoNameThenAddToSet.logger |
protected Logger |
AdaptingComputeServiceStrategies.logger |
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 | Field and Description |
---|---|
protected Logger |
EC2ImageExtension.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
RunningInstanceToNodeMetadata.logger |
protected Logger |
PresentInstances.logger |
protected Logger |
PasswordCredentialsFromWindowsInstance.logger |
protected Logger |
EC2SecurityGroupToSecurityGroup.logger |
protected Logger |
EC2ImageParser.logger |
protected Logger |
CreateUniqueKeyPair.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
RegionAndIdToImage.logger |
protected Logger |
CreateSecurityGroupIfNeeded.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
SecurityGroupPresent.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
EC2ListNodesStrategy.logger |
protected Logger |
EC2DestroyNodeStrategy.logger |
protected Logger |
EC2CreateNodesInGroupThenAddToSet.logger |
protected Logger |
DescribeImagesParallel.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
EC2ImageSupplier.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
VolumeDetached.logger |
protected Logger |
VolumeAvailable.logger |
protected Logger |
VolumeAttached.logger |
protected Logger |
SnapshotCompleted.logger |
protected Logger |
InstanceStateTerminated.logger |
protected Logger |
InstanceStateStopped.logger |
protected Logger |
InstanceStateRunning.logger |
protected Logger |
InstanceHasIpAddress.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
DescribeRegionsResponseHandler.logger |
protected Logger |
DescribeImagesResponseHandler.logger |
protected Logger |
DescribeAvailabilityZonesResponseHandler.logger |
protected Logger |
DescribeAddressesResponseHandler.logger |
protected Logger |
AttachmentHandler.logger |
protected Logger |
AllocateAddressResponseHandler.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
ElasticStackComputeServiceAdapter.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
StandardDriveToWellKnownImage.logger |
protected Logger |
ServerInfoToNodeMetadata.DeviceToVolume.logger |
protected Logger |
ServerInfoToNodeMetadata.GetImageIdFromServer.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
ServerToMap.logger |
protected Logger |
MapToStandardDrive.logger |
protected Logger |
MapToDriveInfo.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
ElasticStackErrorHandler.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
DriveClaimed.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
FilesystemStorageStrategyImpl.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
GleSYSComputeServiceAdapter.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
ServerDetailsToNodeMetadata.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
ServerToNodeMetadata.logger |
protected Logger |
ServerImageToImage.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
GoGridComputeServiceAdapter.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
ServerLatestJobCompleted.logger |
protected Logger |
LoadBalancerLatestJobCompleted.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
HPCloudObjectStorageBlobStoreContextModule.GetCDNMetadata.logger |
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 |
ReleasePayloadAndReturn.logger |
protected Logger |
ParseXMLWithJAXB.logger |
protected Logger |
ParseJson.logger |
protected Logger |
ParseFirstJsonValueNamed.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 |
SignatureWire.getWireLog() |
Logger |
HttpWire.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 |
BaseLoadBalancerService.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 | Class and Description |
---|---|
class |
Log4JLogger
Logger implementation of Logger . |
Modifier and Type | Method and Description |
---|---|
Logger |
Log4JLogger.Log4JLoggerFactory.getLogger(String category) |
Modifier and Type | Class and Description |
---|---|
class |
SLF4JLogger
LoggerFactory implementation of Logger . |
Modifier and Type | Method and Description |
---|---|
Logger |
SLF4JLogger.SLF4JLoggerFactory.getLogger(String category) |
Modifier and Type | Field and Description |
---|---|
protected Logger |
ParseAuthenticationResponseFromHeaders.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
RetryOnRenew.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
RetryOnRenew.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
BaseAuthenticator.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
RetryOnRenew.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
LocationIdToURIFromAccessForTypeAndVersion.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
NovaComputeServiceAdapter.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
NovaImageExtension.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
ServerInRegionToNodeMetadata.logger |
protected Logger |
SecurityGroupRuleToIpPermission.logger |
protected Logger |
RemoveFloatingIpFromNodeAndDeallocate.logger |
protected Logger |
NovaSecurityGroupToSecurityGroup.logger |
protected Logger |
NovaSecurityGroupInRegionToSecurityGroup.logger |
protected Logger |
ImageToOperatingSystem.logger |
protected Logger |
CreateSecurityGroupIfNeeded.logger |
protected Logger |
CleanupServer.logger |
protected Logger |
AllocateAndAddFloatingIpToNode.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
CreateUniqueKeyPair.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
NovaErrorHandler.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
FindSecurityGroupWithNameAndReturnTrue.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
ParallelMultipartUploadStrategy.logger |
protected Logger |
MultipartUploadSlicingAlgorithm.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
ParseSwiftErrorFromHttpResponse.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
TroveUtils.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
DiskSectionHandler.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
InetSocketAddressConnect.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
ConvertLB.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
ParseCloudLoadBalancersErrorFromHttpResponse.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
CloudLoadBalancersLoadBalanceNodesStrategy.logger |
protected Logger |
CloudLoadBalancersDestroyLoadBalancerStrategy.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 |
LocationFromBucketName.logger |
protected Logger |
BucketsToStorageMetadata.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
ParallelMultipartUploadStrategy.logger |
protected Logger |
MultipartUploadSlicingAlgorithm.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
GetRegionForBucket.logger |
protected Logger |
BindRegionToXmlPayload.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
ServerManagerImageToImage.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
VirtualGuestToNodeMetadata.logger |
protected Logger |
VirtualGuestToImage.logger |
protected Logger |
OperatingSystemToImage.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
SoftLayerComputeServiceAdapter.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
JschSshClient.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
SshjSshClient.logger |
protected Logger |
SSHClientConnection.logger |
Modifier and Type | Field and Description |
---|---|
protected Logger |
SupplyKeyMatchingValueOrNull.logger |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.