Uses of Class
com.oracle.coherence.concurrent.executor.options.Storage
Packages that use Storage
Package
Description
Options used as metadata for executors or during task
submission to the grid.
-
Uses of Storage in com.oracle.coherence.concurrent.executor.options
Fields in com.oracle.coherence.concurrent.executor.options declared as StorageModifier and TypeFieldDescriptionprotected static final Storage
Storage.DISABLED
Read-onlyStorage
set todisabled
.protected static final Storage
Storage.ENABLED
Read-onlyStorage
set toenabled
.Methods in com.oracle.coherence.concurrent.executor.options that return StorageModifier and TypeMethodDescriptionstatic Storage
Storage.disabled()
Return aStorage
disabledTaskExecutorService.Registration.Option
.static Storage
Storage.enabled()
Return aStorage
enabledTaskExecutorService.Registration.Option
.static Storage
Storage.enabled
(boolean fStorageEnabled) Return aStorage
TaskExecutorService.Registration.Option
.