Uses of Class
org.apache.accumulo.server.conf.TableConfiguration

Packages that use TableConfiguration
org.apache.accumulo.server.conf   
org.apache.accumulo.server.constraints   
org.apache.accumulo.server.tabletserver   
 

Uses of TableConfiguration in org.apache.accumulo.server.conf
 

Methods in org.apache.accumulo.server.conf that return TableConfiguration
static TableConfiguration ServerConfiguration.getTableConfiguration(Instance instance, String tableId)
           
 TableConfiguration ServerConfiguration.getTableConfiguration(KeyExtent extent)
           
 TableConfiguration ServerConfiguration.getTableConfiguration(String tableId)
           
 

Uses of TableConfiguration in org.apache.accumulo.server.constraints
 

Constructors in org.apache.accumulo.server.constraints with parameters of type TableConfiguration
ConstraintChecker(TableConfiguration conf)
           
 

Uses of TableConfiguration in org.apache.accumulo.server.tabletserver
 

Methods in org.apache.accumulo.server.tabletserver that return TableConfiguration
 TableConfiguration Tablet.getTableConfiguration()
           
 TableConfiguration TabletServer.getTableConfiguration(KeyExtent extent)
           
 



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.