| Package | Description |
|---|---|
| org.nd4j.storage |
| Modifier and Type | Method and Description |
|---|---|
CompressedRamStorage.Builder<T> |
CompressedRamStorage.Builder.emulateIsAbsent(boolean reallyEmulate)
If set to TRUE, all Read/Write locks will be used to emulate storeIfAbsent behaviour
If set to FALSE, concurrency will be provided by ConcurrentHashMap at Java7 level
Default value: FALSE;
|
CompressedRamStorage.Builder<T> |
CompressedRamStorage.Builder.setCompressor(NDArrayCompressor compressor)
This method defines, which compression algorithm will be used during storage
Default value: NoOp();
|
CompressedRamStorage.Builder<T> |
CompressedRamStorage.Builder.useInplaceCompression(boolean reallyUse)
If set to TRUE, all store/update calls will use inplace compression.
|
Copyright © 2017. All Rights Reserved.