public class DiskCachedCellImgOptions.Values extends AbstractOptions.AbstractValues implements AccessOptions.Val, CellDimensionsOptions.Val, CacheOptions.Val, DiskCacheOptions.Val
Constructor and Description |
---|
Values() |
Modifier and Type | Method and Description |
---|---|
Set<AccessFlags> |
accessFlags() |
boolean |
dirtyAccesses() |
void |
forEach(BiConsumer<String,Object> action) |
getValueOrDefault, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
volatileAccesses
cellDimensions
cacheType, maxCacheSize
cacheDirectory, deleteCacheDirectoryOnExit, initializeCellsAsDirty, maxIoQueueSize, numIoThreads, tempDirectory, tempDirectoryPrefix
getValueOrDefault
public boolean dirtyAccesses()
dirtyAccesses
in interface AccessOptions.Val
public Set<AccessFlags> accessFlags()
public void forEach(BiConsumer<String,Object> action)
forEach
in interface AccessOptions.Val
forEach
in interface CacheOptions.Val
forEach
in interface CellDimensionsOptions.Val
forEach
in interface DiskCacheOptions.Val
forEach
in class AbstractOptions.AbstractValues
Copyright © 2015–2022 ImgLib2. All rights reserved.