Uses of Interface
org.apache.accumulo.core.client.AccumuloClient
-
Uses of AccumuloClient in org.apache.accumulo.core.client
Modifier and TypeMethodDescriptionstatic AccumuloClient
Deprecated.Creates a new Accumulo Client from a Connector.Modifier and TypeMethodDescriptionAccumulo.newClient()
Fluent entry point for creating anAccumuloClient
.Modifier and TypeMethodDescriptionstatic Connector
Connector.from
(AccumuloClient client) Deprecated.Creates a Connector from an AccumuloClient.ModifierConstructorDescriptionMutationsRejectedException
(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
Modifier and TypeMethodDescriptionMiniAccumuloCluster.createAccumuloClient
(String user, AuthenticationToken token) Utility method to create anAccumuloClient
with connection to the MAC.