Uses of Class
io.datarouter.storage.config.PutMethod
| Package | Description |
|---|---|
| io.datarouter.storage.config |
-
Uses of PutMethod in io.datarouter.storage.config
Fields in io.datarouter.storage.config declared as PutMethod Modifier and Type Field Description static PutMethodPutMethod. DEFAULT_PUT_METHODFields in io.datarouter.storage.config with type parameters of type PutMethod Modifier and Type Field Description static Set<PutMethod>PutMethod. METHODS_TO_FLUSH_IMMEDIATELYMethods in io.datarouter.storage.config that return PutMethod Modifier and Type Method Description PutMethodPutMethod. fromPersistentInteger(Integer integer)PutMethodPutMethod. fromPersistentString(String string)PutMethodConfig. getPutMethod()static PutMethodPutMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static PutMethod[]PutMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.datarouter.storage.config with parameters of type PutMethod Modifier and Type Method Description ConfigConfig. setPutMethod(PutMethod putMethod)