Package org.openstack4j.model.image
Interface CachedImage
-
- All Superinterfaces:
ModelEntity,Serializable
- All Known Implementing Classes:
CachedGlanceImage
public interface CachedImage extends ModelEntity
- Author:
- esommar on 5/8/2017.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IntegergetHits()StringgetImageId()DategetLastAccessed()DategetLastModified()LonggetSize()
-
-
-
Method Detail
-
getImageId
String getImageId()
- Returns:
- the image id of the cached image
-
getLastAccessed
Date getLastAccessed()
- Returns:
- date when this image was last accessed in the cache
-
getLastModified
Date getLastModified()
- Returns:
- date when the image was last modified in the cache
-
getHits
Integer getHits()
- Returns:
- nr of cache hits
-
getSize
Long getSize()
- Returns:
- the image size
-
-