Uses of Class
io.split.storages.enums.StorageMode
-
Packages that use StorageMode Package Description io.split.client io.split.storages.enums -
-
Uses of StorageMode in io.split.client
Methods in io.split.client that return StorageMode Modifier and Type Method Description StorageModeSplitClientConfig. storageMode()Methods in io.split.client with parameters of type StorageMode Modifier and Type Method Description SplitClientConfig.BuilderSplitClientConfig.Builder. storageMode(StorageMode mode) -
Uses of StorageMode in io.split.storages.enums
Methods in io.split.storages.enums that return StorageMode Modifier and Type Method Description static StorageModeStorageMode. valueOf(String name)Returns the enum constant of this type with the specified name.static StorageMode[]StorageMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-