Uses of Class
com.oracle.coherence.concurrent.executor.options.Storage
-
Packages that use Storage Package Description com.oracle.coherence.concurrent.executor.options 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 Storage Modifier and Type Field Description protected static Storage
Storage. DISABLED
Read-onlyStorage
set todisabled
.protected static Storage
Storage. ENABLED
Read-onlyStorage
set toenabled
.Methods in com.oracle.coherence.concurrent.executor.options that return Storage Modifier and Type Method Description static 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
.
-