Uses of Interface
org.apache.accumulo.core.client.admin.TableOperations
-
Packages that use TableOperations Package Description org.apache.accumulo.core.client org.apache.accumulo.core.clientImpl -
-
Uses of TableOperations in org.apache.accumulo.core.client
Methods in org.apache.accumulo.core.client that return TableOperations Modifier and Type Method Description TableOperationsAccumuloClient. tableOperations()Retrieves a TableOperations object to perform table functions, such as create and delete.abstract TableOperationsConnector. tableOperations()Deprecated.Retrieves a TableOperations object to perform table functions, such as create and delete. -
Uses of TableOperations in org.apache.accumulo.core.clientImpl
Classes in org.apache.accumulo.core.clientImpl that implement TableOperations Modifier and Type Class Description classTableOperationsHelperclassTableOperationsImplMethods in org.apache.accumulo.core.clientImpl that return TableOperations Modifier and Type Method Description TableOperationsClientContext. tableOperations()TableOperationsConnectorImpl. tableOperations()Deprecated.
-