Uses of Class
is.galia.image.StatResult
Packages that use StatResult
Package
Description
Package relating to all aspects of caching of images and their
characteristics.
HTTP resource classes and server request handler class.
Package for sources, which locate and provide uniform access to source
images.
-
Uses of StatResult in is.galia.cache
Methods in is.galia.cache with parameters of type StatResultModifier and TypeMethodDescriptionCacheFacade.newVariantImageInputStream
(OperationList opList, StatResult statResult) HeapCache.newVariantImageInputStream
(OperationList opList, StatResult statResult) VariantCache.newVariantImageInputStream
(OperationList opList, StatResult statResult) Returns an input stream corresponding to the given operation list, ornull
if a valid image corresponding to the given operation list does not exist in the cache. -
Uses of StatResult in is.galia.resource
Methods in is.galia.resource with parameters of type StatResultModifier and TypeMethodDescriptionvoid
InformationRequestHandler.Callback.cacheAccessed
(StatResult result) Called immediately after a cached instance has been accessed.void
ImageRequestHandler.Callback.sourceAccessed
(StatResult result) Called immediately after the source image has first been accessed in the request cycle.void
InformationRequestHandler.Callback.sourceAccessed
(StatResult result) Called immediately after a source image has been accessed.void
ImageRequestHandler.Callback.willStreamImageFromVariantCache
(StatResult result) Called when a hit is found in the variant cache. -
Uses of StatResult in is.galia.source
Methods in is.galia.source that return StatResultModifier and TypeMethodDescriptionSource.stat()
Checks the accessibility of the source image and returns some limited metadata.