Package org.apache.accumulo.core.spi.fs
Interface VolumeChooserEnvironment
public interface VolumeChooserEnvironment
- Since:
- 2.1.0
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic enum
A scope for the volume chooser environment; a TABLE scope should be accompanied by a tableId. -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.hadoop.io.Text
The end row of the tablet for which a volume is being chosen.getTable()
-
Method Details
-
getEndRow
org.apache.hadoop.io.Text getEndRow()The end row of the tablet for which a volume is being chosen. Only call this when the scope is TABLE- Since:
- 2.0.0
-
getTable
-
getChooserScope
VolumeChooserEnvironment.Scope getChooserScope() -
getServiceEnv
ServiceEnvironment getServiceEnv()
-