Uses of Class
org.apache.accumulo.server.fs.VolumeChooserEnvironment.ChooserScope
-
Packages that use VolumeChooserEnvironment.ChooserScope Package Description org.apache.accumulo.server.fs -
-
Uses of VolumeChooserEnvironment.ChooserScope in org.apache.accumulo.server.fs
Methods in org.apache.accumulo.server.fs that return VolumeChooserEnvironment.ChooserScope Modifier and Type Method Description VolumeChooserEnvironment.ChooserScopeVolumeChooserEnvironment. getScope()VolumeChooserEnvironment.ChooserScopeVolumeChooserEnvironmentImpl. getScope()static VolumeChooserEnvironment.ChooserScopeVolumeChooserEnvironment.ChooserScope. valueOf(String name)Returns the enum constant of this type with the specified name.static VolumeChooserEnvironment.ChooserScope[]VolumeChooserEnvironment.ChooserScope. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.accumulo.server.fs with parameters of type VolumeChooserEnvironment.ChooserScope Constructor Description VolumeChooserEnvironmentImpl(VolumeChooserEnvironment.ChooserScope scope, ServerContext context)
-