| Modifier and Type | Method and Description |
|---|---|
static org.apache.hadoop.fs.Path |
Accumulo.getAccumuloInstanceIdPath(VolumeManager fs) |
static int |
Accumulo.getAccumuloPersistentVersion(VolumeManager fs) |
static void |
Accumulo.init(VolumeManager fs,
ServerConfigurationFactory serverConfig,
String application) |
static void |
Accumulo.updateAccumuloVersion(VolumeManager fs,
int oldVersion) |
static void |
Accumulo.waitForZookeeperAndHdfs(VolumeManager fs) |
| Modifier and Type | Method and Description |
|---|---|
static List<TabletLocator.TabletLocation> |
BulkImporter.findOverlappingTablets(ClientContext context,
VolumeManager fs,
TabletLocator locator,
org.apache.hadoop.fs.Path file) |
static List<TabletLocator.TabletLocation> |
BulkImporter.findOverlappingTablets(ClientContext context,
VolumeManager fs,
TabletLocator locator,
org.apache.hadoop.fs.Path file,
KeyExtent failed) |
static List<TabletLocator.TabletLocation> |
BulkImporter.findOverlappingTablets(ClientContext context,
VolumeManager vm,
TabletLocator locator,
org.apache.hadoop.fs.Path file,
org.apache.hadoop.io.Text startRow,
org.apache.hadoop.io.Text endRow) |
| Constructor and Description |
|---|
ClientServiceHandler(AccumuloServerContext context,
TransactionWatcher transactionWatcher,
VolumeManager fs) |
| Modifier and Type | Class and Description |
|---|---|
class |
VolumeManagerImpl |
| Modifier and Type | Method and Description |
|---|---|
static VolumeManager |
VolumeManagerImpl.get() |
static VolumeManager |
VolumeManagerImpl.get(AccumuloConfiguration conf) |
static VolumeManager |
VolumeManagerImpl.get(AccumuloConfiguration conf,
org.apache.hadoop.conf.Configuration hadoopConf) |
static VolumeManager |
VolumeManagerImpl.getLocal(String localBasePath) |
| Modifier and Type | Method and Description |
|---|---|
static VolumeUtil.TabletFiles |
VolumeUtil.updateTabletVolumes(AccumuloServerContext context,
ZooLock zooLock,
VolumeManager vm,
KeyExtent extent,
VolumeUtil.TabletFiles tabletFiles,
boolean replicate)
This method does two things.
|
| Constructor and Description |
|---|
FileRef(VolumeManager fs,
Key key) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Initialize.doInit(org.apache.accumulo.server.init.Initialize.Opts opts,
org.apache.hadoop.conf.Configuration conf,
VolumeManager fs) |
static boolean |
Initialize.isInitialized(VolumeManager fs) |
| Modifier and Type | Method and Description |
|---|---|
long |
MapRLogCloser.close(AccumuloConfiguration conf,
VolumeManager fs,
org.apache.hadoop.fs.Path path) |
long |
LogCloser.close(AccumuloConfiguration conf,
VolumeManager fs,
org.apache.hadoop.fs.Path path) |
long |
HadoopLogCloser.close(AccumuloConfiguration conf,
VolumeManager fs,
org.apache.hadoop.fs.Path source) |
static org.apache.hadoop.fs.Path |
RecoveryPath.getRecoveryPath(VolumeManager fs,
org.apache.hadoop.fs.Path walPath) |
| Modifier and Type | Method and Description |
|---|---|
static void |
CheckForMetadataProblems.checkMetadataAndRootTableEntries(String tableNameToCheck,
ClientOpts opts,
VolumeManager fs) |
protected static void |
FileUtil.cleanupIndexOp(org.apache.hadoop.fs.Path tmpDir,
VolumeManager fs,
ArrayList<FileSKVIterator> readers) |
static void |
MetadataTableUtil.cloneTable(ClientContext context,
String srcTableId,
String tableId,
VolumeManager volumeManager) |
static double |
FileUtil.estimatePercentageLTE(VolumeManager fs,
AccumuloConfiguration acuconf,
org.apache.hadoop.io.Text prevEndRow,
org.apache.hadoop.io.Text endRow,
Collection<String> mapFiles,
org.apache.hadoop.io.Text splitRow) |
static Map<KeyExtent,Long> |
FileUtil.estimateSizes(AccumuloConfiguration acuConf,
org.apache.hadoop.fs.Path mapFile,
long fileSize,
List<KeyExtent> extents,
org.apache.hadoop.conf.Configuration conf,
VolumeManager fs) |
static org.apache.hadoop.io.WritableComparable<Key> |
FileUtil.findLastKey(VolumeManager fs,
AccumuloConfiguration acuConf,
Collection<FileRef> mapFiles) |
static SortedMap<Double,Key> |
FileUtil.findMidPoint(VolumeManager fs,
AccumuloConfiguration acuConf,
org.apache.hadoop.io.Text prevEndRow,
org.apache.hadoop.io.Text endRow,
Collection<String> mapFiles,
double minSplit) |
static SortedMap<Double,Key> |
FileUtil.findMidPoint(VolumeManager fs,
AccumuloConfiguration acuConf,
org.apache.hadoop.io.Text prevEndRow,
org.apache.hadoop.io.Text endRow,
Collection<String> mapFiles,
double minSplit,
boolean useIndex) |
static Map<TreeSet<String>,Long> |
TableDiskUsage.getDiskUsage(AccumuloConfiguration acuConf,
Set<String> tableIds,
VolumeManager fs,
Connector conn) |
static void |
TableDiskUsage.printDiskUsage(AccumuloConfiguration acuConf,
Collection<String> tables,
VolumeManager fs,
Connector conn,
boolean humanReadable) |
static void |
TableDiskUsage.printDiskUsage(AccumuloConfiguration acuConf,
Collection<String> tables,
VolumeManager fs,
Connector conn,
TableDiskUsage.Printer printer,
boolean humanReadable) |
static Collection<String> |
FileUtil.reduceFiles(AccumuloConfiguration acuConf,
org.apache.hadoop.conf.Configuration conf,
VolumeManager fs,
org.apache.hadoop.io.Text prevEndRow,
org.apache.hadoop.io.Text endRow,
Collection<String> mapFiles,
int maxFiles,
org.apache.hadoop.fs.Path tmpDir,
int pass) |
static Map<FileRef,FileUtil.FileInfo> |
FileUtil.tryToGetFirstAndLastRows(VolumeManager fs,
AccumuloConfiguration acuConf,
Set<FileRef> mapfiles) |
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.