Package | Description |
---|---|
org.jclouds.nodepool.internal |
Modifier and Type | Class and Description |
---|---|
class |
JsonNodeMetadataStore
An implementation of
NodeMetadataStore that stores all that is needed by building a json
string. |
class |
NodeMetadataStoreCache |
Modifier and Type | Field and Description |
---|---|
protected NodeMetadataStore |
BaseNodePoolComputeServiceAdapter.metadataStore |
Constructor and Description |
---|
BaseNodePoolComputeServiceAdapter(com.google.common.base.Supplier<ComputeService> backendComputeService,
com.google.common.base.Supplier<Template> backendTemplate,
String poolGroupName,
NodeMetadataStore metadataStore,
String poolNodeAdminAccess,
AdminAccess.Configuration configuration) |
EagerNodePoolComputeServiceAdapter(com.google.common.base.Supplier<ComputeService> backendComputeService,
com.google.common.base.Supplier<Template> backendTemplate,
String poolGroupPrefix,
int maxSize,
int minSize,
boolean removeDestroyed,
NodeMetadataStore storage,
String poolNodeAdminAccess,
AdminAccess.Configuration configuration) |
NodeMetadataStoreCache(NodeMetadataStore backend) |
Copyright © 2009-2013 jclouds. All Rights Reserved.