use of org.apache.phoenix.hbase.index.covered.data.LocalTable in project phoenix by apache.
the class NonTxIndexBuilder method setup.
@Override
public void setup(RegionCoprocessorEnvironment env) throws IOException {
super.setup(env);
this.localTable = new LocalTable(env);
}
Aggregations