Uses of Class
org.apache.accumulo.server.conf.TableConfiguration
-
Packages that use TableConfiguration Package Description org.apache.accumulo.server org.apache.accumulo.server.conf org.apache.accumulo.server.util -
-
Uses of TableConfiguration in org.apache.accumulo.server
Methods in org.apache.accumulo.server that return TableConfiguration Modifier and Type Method Description TableConfigurationServerContext. getTableConfiguration(TableId id) -
Uses of TableConfiguration in org.apache.accumulo.server.conf
Methods in org.apache.accumulo.server.conf that return TableConfiguration Modifier and Type Method Description abstract TableConfigurationServerConfiguration. getTableConfiguration(TableId tableId)TableConfigurationServerConfigurationFactory. getTableConfiguration(TableId tableId) -
Uses of TableConfiguration in org.apache.accumulo.server.util
Methods in org.apache.accumulo.server.util with parameters of type TableConfiguration Modifier and Type Method Description static doubleFileUtil. estimatePercentageLTE(ServerContext context, TableConfiguration tableConf, String tabletDir, org.apache.hadoop.io.Text prevEndRow, org.apache.hadoop.io.Text endRow, Collection<? extends TabletFile> dataFiles, org.apache.hadoop.io.Text splitRow)static <T extends TabletFile>
org.apache.hadoop.io.WritableComparable<Key>FileUtil. findLastKey(ServerContext context, TableConfiguration tableConf, Collection<T> dataFiles)static SortedMap<Double,Key>FileUtil. findMidPoint(ServerContext context, TableConfiguration tableConf, String tabletDirectory, org.apache.hadoop.io.Text prevEndRow, org.apache.hadoop.io.Text endRow, Collection<? extends TabletFile> dataFiles, double minSplit, boolean useIndex)static Collection<? extends TabletFile>FileUtil. reduceFiles(ServerContext context, TableConfiguration tableConf, org.apache.hadoop.io.Text prevEndRow, org.apache.hadoop.io.Text endRow, Collection<? extends TabletFile> dataFiles, int maxFiles, org.apache.hadoop.fs.Path tmpDir, int pass)static <T extends TabletFile>
Map<T,FileUtil.FileInfo>FileUtil. tryToGetFirstAndLastRows(ServerContext context, TableConfiguration tableConf, Set<T> dataFiles)
-