Package org.teiid.translator.accumulo
Interface AccumuloConnection
-
- All Superinterfaces:
Connection
- All Known Implementing Classes:
AccumuloConnectionImpl
public interface AccumuloConnection extends Connection
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.accumulo.core.security.Authorizations
getAuthorizations()
org.apache.accumulo.core.client.Connector
getInstance()
-
Methods inherited from interface org.teiid.resource.api.Connection
close
-
-