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 StorageStorage. DISABLEDRead-onlyStorageset todisabled.protected static StorageStorage. ENABLEDRead-onlyStorageset toenabled.Methods in com.oracle.coherence.concurrent.executor.options that return Storage Modifier and Type Method Description static StorageStorage. disabled()Return aStoragedisabledTaskExecutorService.Registration.Option.static StorageStorage. enabled()Return aStorageenabledTaskExecutorService.Registration.Option.static StorageStorage. enabled(boolean fStorageEnabled)Return aStorageTaskExecutorService.Registration.Option.
-