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