org.apache.accumulo.core.client.admin
Class InstanceOperationsImpl

java.lang.Object
  extended by org.apache.accumulo.core.client.impl.InstanceOperationsImpl
      extended by org.apache.accumulo.core.client.admin.InstanceOperationsImpl
All Implemented Interfaces:
InstanceOperations

Deprecated. since 1.6.0; not intended for public api and you should not use it.

@Deprecated
public class InstanceOperationsImpl
extends InstanceOperationsImpl

Provides a class for administering the accumulo instance


Constructor Summary
InstanceOperationsImpl(Instance instance, TCredentials credentials)
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.apache.accumulo.core.client.impl.InstanceOperationsImpl
getActiveCompactions, getActiveScans, getSiteConfiguration, getSystemConfiguration, getTabletServers, ping, removeProperty, setProperty, testClassLoad
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstanceOperationsImpl

public InstanceOperationsImpl(Instance instance,
                              TCredentials credentials)
Deprecated. 
Parameters:
instance - the connection information for this instance
credentials - the Credential, containing principal and Authentication Token


Copyright © 2015 Apache Accumulo Project. All rights reserved.