Package org.apache.accumulo.core.spi.fs
Interface VolumeChooserEnvironment
public interface VolumeChooserEnvironment
- Since:
- 2.1.0
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic enumA scope for the volume chooser environment; a TABLE scope should be accompanied by a tableId.
- 
Method SummaryModifier and TypeMethodDescriptionorg.apache.hadoop.io.TextThe end row of the tablet for which a volume is being chosen.getTable()
- 
Method Details- 
getEndRoworg.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
- 
getChooserScopeVolumeChooserEnvironment.Scope getChooserScope()
- 
getServiceEnvServiceEnvironment getServiceEnv()
 
-