| Package | Description |
|---|---|
| com.google.cloud.tools.jib.cache | |
| com.google.cloud.tools.jib.cache.json |
| Modifier and Type | Method and Description |
|---|---|
static CachedLayerType |
CachedLayerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CachedLayerType[] |
CachedLayerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Path |
CacheReader.getLayerFile(CachedLayerType layerType,
List<Path> sourceFiles)
Finds the file that stores the content BLOB for an application layer.
|
CachedLayer |
CacheWriter.writeLayer(LayerBuilder layerBuilder,
CachedLayerType layerType)
Builds an
UnwrittenLayer from a LayerBuilder and compresses and writes the
UnwrittenLayer's uncompressed layer content BLOB to cache. |
| Modifier and Type | Method and Description |
|---|---|
CachedLayerType |
CacheMetadataLayerObjectTemplate.getType() |
| Modifier and Type | Method and Description |
|---|---|
CacheMetadataLayerObjectTemplate |
CacheMetadataLayerObjectTemplate.setType(CachedLayerType type) |
Copyright © 2018. All rights reserved.