|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Connector in org.apache.accumulo.core.client |
---|
Methods in org.apache.accumulo.core.client that return Connector | |
---|---|
Connector |
ZooKeeperInstance.getConnector(AuthInfo auth)
|
Connector |
Instance.getConnector(AuthInfo auth)
Returns a connection to accumulo. |
Connector |
ZooKeeperInstance.getConnector(String user,
byte[] pass)
|
Connector |
Instance.getConnector(String user,
byte[] pass)
Returns a connection to accumulo. |
Connector |
ZooKeeperInstance.getConnector(String user,
ByteBuffer pass)
|
Connector |
Instance.getConnector(String user,
ByteBuffer pass)
Returns a connection to accumulo. |
Connector |
ZooKeeperInstance.getConnector(String user,
CharSequence pass)
|
Connector |
Instance.getConnector(String user,
CharSequence pass)
Returns a connection to this instance of accumulo. |
Uses of Connector in org.apache.accumulo.core.client.impl |
---|
Subclasses of Connector in org.apache.accumulo.core.client.impl | |
---|---|
class |
ConnectorImpl
|
Uses of Connector in org.apache.accumulo.core.client.mock |
---|
Subclasses of Connector in org.apache.accumulo.core.client.mock | |
---|---|
class |
MockConnector
|
Methods in org.apache.accumulo.core.client.mock that return Connector | |
---|---|
Connector |
MockInstance.getConnector(AuthInfo auth)
|
Connector |
MockInstance.getConnector(String user,
byte[] pass)
|
Connector |
MockInstance.getConnector(String user,
ByteBuffer pass)
|
Connector |
MockInstance.getConnector(String user,
CharSequence pass)
|
Uses of Connector in org.apache.accumulo.core.conf |
---|
Methods in org.apache.accumulo.core.conf with parameters of type Connector | |
---|---|
static AccumuloConfiguration |
AccumuloConfiguration.getTableConfiguration(Connector conn,
String tableId)
|
Uses of Connector in org.apache.accumulo.core.util |
---|
Methods in org.apache.accumulo.core.util with parameters of type Connector | |
---|---|
protected Iterator<Merge.Size> |
Merge.getSizeIterator(Connector conn,
String tablename,
org.apache.hadoop.io.Text start,
org.apache.hadoop.io.Text end)
|
protected void |
Merge.merge(Connector conn,
String table,
List<Merge.Size> sizes,
int numToMerge)
|
protected long |
Merge.mergeMany(Connector conn,
String table,
List<Merge.Size> sizes,
long goalSize,
boolean force,
boolean last)
|
protected void |
Merge.mergeSome(Connector conn,
String table,
List<Merge.Size> sizes,
int numToMerge)
|
void |
Merge.mergomatic(Connector conn,
String table,
org.apache.hadoop.io.Text start,
org.apache.hadoop.io.Text end,
long goalSize,
boolean force)
|
static void |
TableDiskUsage.printDiskUsage(AccumuloConfiguration acuConf,
Collection<String> tables,
org.apache.hadoop.fs.FileSystem fs,
Connector conn)
|
Uses of Connector in org.apache.accumulo.core.util.shell |
---|
Methods in org.apache.accumulo.core.util.shell that return Connector | |
---|---|
Connector |
Shell.getConnector()
|
Uses of Connector in org.apache.accumulo.examples.wikisearch.ingest |
---|
Methods in org.apache.accumulo.examples.wikisearch.ingest that return Connector | |
---|---|
static Connector |
WikipediaConfiguration.getConnector(org.apache.hadoop.conf.Configuration conf)
|
Uses of Connector in org.apache.accumulo.examples.wikisearch.logic |
---|
Methods in org.apache.accumulo.examples.wikisearch.logic with parameters of type Connector | |
---|---|
protected Map<String,com.google.common.collect.Multimap<String,Class<? extends Normalizer>>> |
AbstractQueryLogic.findIndexedTerms(Connector c,
Authorizations auths,
Set<String> queryLiterals,
Set<String> datatypes)
Queries metadata table to determine which terms are indexed. |
protected abstract RangeCalculator |
AbstractQueryLogic.getTermIndexInformation(Connector c,
Authorizations auths,
com.google.common.collect.Multimap<String,Normalizer> indexedTerms,
com.google.common.collect.Multimap<String,QueryParser.QueryTerm> terms,
String indexTableName,
String reverseIndexTableName,
String queryString,
int queryThreads,
Set<String> datatypes)
Performs a lookup in the global index / reverse index and returns a RangeCalculator |
protected RangeCalculator |
QueryLogic.getTermIndexInformation(Connector c,
Authorizations auths,
com.google.common.collect.Multimap<String,Normalizer> indexedTerms,
com.google.common.collect.Multimap<String,QueryParser.QueryTerm> terms,
String indexTableName,
String reverseIndexTableName,
String queryString,
int queryThreads,
Set<String> typeFilter)
|
protected abstract AbstractQueryLogic.IndexRanges |
AbstractQueryLogic.getTermIndexInformation(Connector c,
Authorizations auths,
String value,
Set<String> datatypes)
Performs a lookup in the global index for a single non-fielded term. |
protected AbstractQueryLogic.IndexRanges |
QueryLogic.getTermIndexInformation(Connector c,
Authorizations auths,
String value,
Set<String> typeFilter)
|
Results |
AbstractQueryLogic.runQuery(Connector connector,
List<String> authorizations,
String query,
Date beginDate,
Date endDate,
Set<String> types)
|
Results |
ContentLogic.runQuery(Connector connector,
String query,
List<String> authorizations)
|
Uses of Connector in org.apache.accumulo.examples.wikisearch.parser |
---|
Fields in org.apache.accumulo.examples.wikisearch.parser declared as Connector | |
---|---|
protected Connector |
RangeCalculator.c
|
Methods in org.apache.accumulo.examples.wikisearch.parser with parameters of type Connector | |
---|---|
void |
RangeCalculator.execute(Connector c,
Authorizations auths,
com.google.common.collect.Multimap<String,Normalizer> indexedTerms,
com.google.common.collect.Multimap<String,QueryParser.QueryTerm> terms,
String query,
AbstractQueryLogic logic,
Set<String> typeFilter)
|
Uses of Connector in org.apache.accumulo.server.client |
---|
Methods in org.apache.accumulo.server.client that return Connector | |
---|---|
Connector |
HdfsZooInstance.getConnector(AuthInfo auth)
|
Connector |
HdfsZooInstance.getConnector(String user,
byte[] pass)
|
Connector |
HdfsZooInstance.getConnector(String user,
ByteBuffer pass)
|
Connector |
HdfsZooInstance.getConnector(String user,
CharSequence pass)
|
Uses of Connector in org.apache.accumulo.server.master.state |
---|
Methods in org.apache.accumulo.server.master.state with parameters of type Connector | |
---|---|
MergeState |
MergeStats.nextMergeState(Connector connector,
CurrentState master)
|
Uses of Connector in org.apache.accumulo.server.test.functional |
---|
Methods in org.apache.accumulo.server.test.functional that return Connector | |
---|---|
protected Connector |
FunctionalTest.getConnector()
|
Uses of Connector in org.apache.accumulo.server.test.randomwalk |
---|
Methods in org.apache.accumulo.server.test.randomwalk that return Connector | |
---|---|
Connector |
State.getConnector()
|
Uses of Connector in org.apache.accumulo.server.test.randomwalk.security |
---|
Methods in org.apache.accumulo.server.test.randomwalk.security that return Connector | |
---|---|
static Connector |
SecurityHelper.getSystemConnector(State state)
|
Methods in org.apache.accumulo.server.test.randomwalk.security with parameters of type Connector | |
---|---|
static void |
Authenticate.authenticate(Connector conn,
State state,
Properties props)
|
static void |
AlterTable.renameTable(Connector conn,
State state,
String oldName,
String newName,
boolean hasPermission,
boolean tableExists)
|
static void |
SecurityHelper.setSystemConnector(State state,
Connector conn)
|
Uses of Connector in org.apache.accumulo.server.test.scalability |
---|
Methods in org.apache.accumulo.server.test.scalability that return Connector | |
---|---|
Connector |
ScaleTest.getConnector()
|
Uses of Connector in org.apache.accumulo.server.util |
---|
Methods in org.apache.accumulo.server.util with parameters of type Connector | |
---|---|
static List<String> |
MetadataTable.getBulkFilesLoaded(Connector conn,
KeyExtent extent,
long tid)
|
static void |
MetadataTable.removeBulkLoadEntries(Connector conn,
String tableId,
long tid)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |