Uses of Interface
org.apache.accumulo.core.client.AccumuloClient
Packages that use AccumuloClient
-
Uses of AccumuloClient in org.apache.accumulo.core.client
Methods in org.apache.accumulo.core.client that return AccumuloClientModifier and TypeMethodDescriptionstatic AccumuloClient
Deprecated.Creates a new Accumulo Client from a Connector.Methods in org.apache.accumulo.core.client that return types with arguments of type AccumuloClientModifier and TypeMethodDescriptionAccumulo.newClient()
Fluent entry point for creating anAccumuloClient
.Methods in org.apache.accumulo.core.client with parameters of type AccumuloClientModifier and TypeMethodDescriptionstatic Connector
Connector.from
(AccumuloClient client) Deprecated.Creates a Connector from an AccumuloClient.Constructors in org.apache.accumulo.core.client with parameters of type AccumuloClientModifierConstructorDescriptionMutationsRejectedException
(AccumuloClient client, List<ConstraintViolationSummary> cvsList, Map<TabletId, Set<SecurityErrorCode>> hashMap, Collection<String> serverSideErrors, int unknownErrors, Throwable cause) Creates Mutations rejected exception -
Uses of AccumuloClient in org.apache.accumulo.minicluster
Methods in org.apache.accumulo.minicluster that return AccumuloClientModifier and TypeMethodDescriptionMiniAccumuloCluster.createAccumuloClient
(String user, AuthenticationToken token) Utility method to create anAccumuloClient
with connection to the MAC.