Uses of Record Class
is.galia.image.Identifier
Packages that use Identifier
Package
Description
Package relating to all aspects of caching of images and their
characteristics.
Classes for properties associated with an image.
Contains image processing operations and related classes.
HTTP resource classes and server request handler class.
Package for sources, which locate and provide uniform access to source
images.
-
Uses of Identifier in is.galia.cache
Methods in is.galia.cache with parameters of type IdentifierModifier and TypeMethodDescriptionvoidCache.evict(Identifier identifier) Deletes all cached content (source image, variant image(s), and info) corresponding to the image with the given identifier.voidCacheFacade.evict(Identifier identifier) Evicts all cached items associated with a source image from all caches.voidHeapCache.evict(Identifier identifier) voidHeapInfoCache.evict(Identifier identifier) voidCacheFacade.evictAsync(Identifier identifier) InvokesCacheFacade.evict(Identifier)asynchronously.CacheFacade.fetchInfo(Identifier identifier) Returns theInfoof the source image corresponding to the given identifier.HeapCache.fetchInfo(Identifier identifier) InfoCache.fetchInfo(Identifier identifier) Reads the cached image information corresponding to the given identifier.CacheFacade.fetchOrReadInfo(Identifier identifier, Format format, Decoder decoder) Returns theInfoof the source image corresponding to the given identifier.HeapInfoCache.get(Identifier identifier) voidHeapCache.put(Identifier identifier, Info info) voidHeapCache.put(Identifier identifier, String info) voidHeapInfoCache.put(Identifier identifier, Info info) Adds an info.voidInfoCache.put(Identifier identifier, Info info) Synchronously adds image information to the cache.voidInfoCache.put(Identifier identifier, String info) Alternative toInfoCache.put(Identifier, Info)that adds a raw UTF-8 string to the cache, trusting that it is a serializedInfoinstance that is deserializable byInfoCache.fetchInfo(Identifier). -
Uses of Identifier in is.galia.image
Classes in is.galia.image that implement interfaces with type arguments of type IdentifierModifier and TypeClassDescriptionfinal recordImmutable application-unique source image file/object identifier.Methods in is.galia.image that return IdentifierModifier and TypeMethodDescriptionstatic IdentifierTranslates the string in a raw URI path component or query into a new instance.Info.getIdentifier()MetaIdentifier.identifier()Returns the value of theidentifierrecord component.Methods in is.galia.image with parameters of type IdentifierModifier and TypeMethodDescriptionintIdentifier.compareTo(Identifier identifier) static FormatFormat.inferFormat(Identifier identifier) Attempts to infer a format from the given identifier.voidInfo.setIdentifier(Identifier identifier) Info.Builder.withIdentifier(Identifier identifier) MetaIdentifier.Builder.withIdentifier(Identifier identifier) Constructors in is.galia.image with parameters of type IdentifierModifierConstructorDescriptionMetaIdentifier(Identifier identifier) Creates a minimal valid instance.MetaIdentifier(Identifier identifier, Integer pageNumber, ScaleConstraint scaleConstraint) Creates an instance of aMetaIdentifierrecord class. -
Uses of Identifier in is.galia.operation
Methods in is.galia.operation that return IdentifierMethods in is.galia.operation with parameters of type IdentifierModifier and TypeMethodDescriptionvoidOperationList.setIdentifier(Identifier identifier) OperationList.Builder.withIdentifier(Identifier identifier) Constructors in is.galia.operation with parameters of type Identifier -
Uses of Identifier in is.galia.resource
Methods in is.galia.resource that return IdentifierModifier and TypeMethodDescriptionprotected abstract IdentifierAbstractImageResource.getIdentifier()Returns the identifier of the source image, which may be a filename, an object store key, or something else.RequestContext.getIdentifier()Methods in is.galia.resource with parameters of type IdentifierModifier and TypeMethodDescriptionvoidRequestContext.setIdentifier(Identifier identifier) InformationRequestHandler.Builder.withIdentifier(Identifier identifier) -
Uses of Identifier in is.galia.resource.iiif
Methods in is.galia.resource.iiif that return IdentifierModifier and TypeMethodDescriptionprotected IdentifierIIIFResource.getIdentifier()Returns the decoded identifier path component of the URI. -
Uses of Identifier in is.galia.source
Fields in is.galia.source declared as IdentifierMethods in is.galia.source that return IdentifierMethods in is.galia.source with parameters of type IdentifierModifier and TypeMethodDescriptionstatic SourceSourceFactory.newSource(Identifier identifier, Delegate delegate) IfKey.SOURCE_STATICis not set, uses a delegate method to return an instance of a source for the given identifier.voidAbstractSource.setIdentifier(Identifier identifier) Sets the identifier used by the instance.voidSource.setIdentifier(Identifier identifier) Constructors in is.galia.source with parameters of type Identifier