Uses of Interface
org.apache.accumulo.core.client.AccumuloClient
Packages that use AccumuloClient
- 
Uses of AccumuloClient in org.apache.accumulo.core.clientMethods in org.apache.accumulo.core.client that return types with arguments of type AccumuloClientModifier and TypeMethodDescriptionAccumulo.newClient()Fluent entry point for creating anAccumuloClient.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.miniclusterMethods in org.apache.accumulo.minicluster that return AccumuloClientModifier and TypeMethodDescriptionMiniAccumuloCluster.createAccumuloClient(String user, AuthenticationToken token) Utility method to create anAccumuloClientwith connection to the MAC.