Uses of Class
dev.zarr.zarrjava.core.Attributes
Packages that use Attributes
-
Uses of Attributes in dev.zarr.zarrjava.core
Methods in dev.zarr.zarrjava.core that return AttributesModifier and TypeMethodDescriptionabstract AttributesArrayMetadata.attributes()abstract AttributesGroupMetadata.attributes()Attributes.getAttributes(String key) Constructor parameters in dev.zarr.zarrjava.core with type arguments of type AttributesModifierConstructorDescriptionAttributes(Function<Attributes, Attributes> attributeMapper) Attributes(Function<Attributes, Attributes> attributeMapper) -
Uses of Attributes in dev.zarr.zarrjava.v2
Fields in dev.zarr.zarrjava.v2 declared as AttributesMethods in dev.zarr.zarrjava.v2 that return AttributesMethods in dev.zarr.zarrjava.v2 with parameters of type AttributesModifier and TypeMethodDescriptionstatic GroupGroup.create(StoreHandle storeHandle, Attributes attributes) static GroupGroup.create(String path, Attributes attributes) static GroupGroup.create(Path path, Attributes attributes) Array.setAttributes(Attributes newAttributes) Sets the attributes of the Zarr array.ArrayMetadataBuilder.withAttributes(Attributes attributes) Method parameters in dev.zarr.zarrjava.v2 with type arguments of type AttributesModifier and TypeMethodDescriptionArray.updateAttributes(Function<Attributes, Attributes> attributeMapper) Updates the attributes of the Zarr array.Array.updateAttributes(Function<Attributes, Attributes> attributeMapper) Updates the attributes of the Zarr array.Constructors in dev.zarr.zarrjava.v2 with parameters of type AttributesModifierConstructorDescriptionArrayMetadata(int zarrFormat, long[] shape, int[] chunks, DataType dataType, Object fillValue, Order order, Codec[] filters, Codec compressor, Separator dimensionSeparator, Attributes attributes) GroupMetadata(int zarrFormat, Attributes attributes) GroupMetadata(Attributes attributes) -
Uses of Attributes in dev.zarr.zarrjava.v3
Fields in dev.zarr.zarrjava.v3 declared as AttributesModifier and TypeFieldDescriptionfinal AttributesArrayMetadata.attributesfinal AttributesGroupMetadata.attributesMethods in dev.zarr.zarrjava.v3 that return AttributesMethods in dev.zarr.zarrjava.v3 with parameters of type AttributesModifier and TypeMethodDescriptionstatic GroupGroup.create(StoreHandle storeHandle, Attributes attributes) Group.createGroup(String key, Attributes attributes) Array.setAttributes(Attributes newAttributes) Sets the attributes of the Zarr array.Group.setAttributes(Attributes newAttributes) ArrayMetadataBuilder.withAttributes(Attributes attributes) Method parameters in dev.zarr.zarrjava.v3 with type arguments of type AttributesModifier and TypeMethodDescriptionArray.updateAttributes(Function<Attributes, Attributes> attributeMapper) Updates the attributes of the Zarr array.Array.updateAttributes(Function<Attributes, Attributes> attributeMapper) Updates the attributes of the Zarr array.Group.updateAttributes(Function<Attributes, Attributes> attributeMapper) Group.updateAttributes(Function<Attributes, Attributes> attributeMapper) Constructors in dev.zarr.zarrjava.v3 with parameters of type AttributesModifierConstructorDescriptionArrayMetadata(int zarrFormat, String nodeType, long[] shape, DataType dataType, ChunkGrid chunkGrid, ChunkKeyEncoding chunkKeyEncoding, Object fillValue, Codec[] codecs, String[] dimensionNames, Attributes attributes, Map<String, Object>[] storageTransformers) ArrayMetadata(long[] shape, DataType dataType, ChunkGrid chunkGrid, ChunkKeyEncoding chunkKeyEncoding, Object fillValue, Codec[] codecs, String[] dimensionNames, Attributes attributes, Map<String, Object>[] storageTransformers) GroupMetadata(int zarrFormat, String nodeType, Attributes attributes) GroupMetadata(Attributes attributes)