Uses of Class
org.apache.accumulo.proxy.thrift.IteratorScope

Packages that use IteratorScope
org.apache.accumulo.proxy   
org.apache.accumulo.proxy.thrift   
 

Uses of IteratorScope in org.apache.accumulo.proxy
 

Methods in org.apache.accumulo.proxy that return types with arguments of type IteratorScope
 Map<String,Set<IteratorScope>> ProxyServer.listIterators(ByteBuffer login, String tableName)
           
 

Methods in org.apache.accumulo.proxy with parameters of type IteratorScope
 IteratorSetting ProxyServer.getIteratorSetting(ByteBuffer login, String tableName, String iteratorName, IteratorScope scope)
           
 

Method parameters in org.apache.accumulo.proxy with type arguments of type IteratorScope
 void ProxyServer.attachIterator(ByteBuffer login, String tableName, IteratorSetting setting, Set<IteratorScope> scopes)
           
 void ProxyServer.checkIteratorConflicts(ByteBuffer login, String tableName, IteratorSetting setting, Set<IteratorScope> scopes)
           
 void ProxyServer.removeIterator(ByteBuffer login, String tableName, String iterName, Set<IteratorScope> scopes)
           
 

Uses of IteratorScope in org.apache.accumulo.proxy.thrift
 

Fields in org.apache.accumulo.proxy.thrift declared as IteratorScope
 IteratorScope AccumuloProxy.getIteratorSetting_args.scope
           
 

Fields in org.apache.accumulo.proxy.thrift with type parameters of type IteratorScope
 Set<IteratorScope> AccumuloProxy.attachIterator_args.scopes
           
 Set<IteratorScope> AccumuloProxy.checkIteratorConflicts_args.scopes
           
 Set<IteratorScope> AccumuloProxy.removeIterator_args.scopes
           
 Map<String,Set<IteratorScope>> AccumuloProxy.listIterators_result.success
           
 

Methods in org.apache.accumulo.proxy.thrift that return IteratorScope
static IteratorScope IteratorScope.findByValue(int value)
          Find a the enum type by its integer value, as defined in the Thrift IDL.
 IteratorScope AccumuloProxy.getIteratorSetting_args.getScope()
           
static IteratorScope IteratorScope.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IteratorScope[] IteratorScope.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.accumulo.proxy.thrift that return types with arguments of type IteratorScope
 Map<String,Set<IteratorScope>> AccumuloProxy.AsyncClient.listIterators_call.getResult()
           
 Set<IteratorScope> AccumuloProxy.attachIterator_args.getScopes()
           
 Set<IteratorScope> AccumuloProxy.checkIteratorConflicts_args.getScopes()
           
 Set<IteratorScope> AccumuloProxy.removeIterator_args.getScopes()
           
 Iterator<IteratorScope> AccumuloProxy.attachIterator_args.getScopesIterator()
           
 Iterator<IteratorScope> AccumuloProxy.checkIteratorConflicts_args.getScopesIterator()
           
 Iterator<IteratorScope> AccumuloProxy.removeIterator_args.getScopesIterator()
           
 Map<String,Set<IteratorScope>> AccumuloProxy.listIterators_result.getSuccess()
           
 Map<String,Set<IteratorScope>> AccumuloProxy.Iface.listIterators(ByteBuffer login, String tableName)
           
 Map<String,Set<IteratorScope>> AccumuloProxy.Client.listIterators(ByteBuffer login, String tableName)
           
 Map<String,Set<IteratorScope>> AccumuloProxy.Client.recv_listIterators()
           
 

Methods in org.apache.accumulo.proxy.thrift with parameters of type IteratorScope
 void AccumuloProxy.attachIterator_args.addToScopes(IteratorScope elem)
           
 void AccumuloProxy.checkIteratorConflicts_args.addToScopes(IteratorScope elem)
           
 void AccumuloProxy.removeIterator_args.addToScopes(IteratorScope elem)
           
 IteratorSetting AccumuloProxy.Iface.getIteratorSetting(ByteBuffer login, String tableName, String iteratorName, IteratorScope scope)
           
 IteratorSetting AccumuloProxy.Client.getIteratorSetting(ByteBuffer login, String tableName, String iteratorName, IteratorScope scope)
           
 void AccumuloProxy.AsyncIface.getIteratorSetting(ByteBuffer login, String tableName, String iteratorName, IteratorScope scope, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.getIteratorSetting_call> resultHandler)
           
 void AccumuloProxy.AsyncClient.getIteratorSetting(ByteBuffer login, String tableName, String iteratorName, IteratorScope scope, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.getIteratorSetting_call> resultHandler)
           
 void AccumuloProxy.Client.send_getIteratorSetting(ByteBuffer login, String tableName, String iteratorName, IteratorScope scope)
           
 AccumuloProxy.getIteratorSetting_args AccumuloProxy.getIteratorSetting_args.setScope(IteratorScope scope)
           
 

Method parameters in org.apache.accumulo.proxy.thrift with type arguments of type IteratorScope
 void AccumuloProxy.Iface.attachIterator(ByteBuffer login, String tableName, IteratorSetting setting, Set<IteratorScope> scopes)
           
 void AccumuloProxy.Client.attachIterator(ByteBuffer login, String tableName, IteratorSetting setting, Set<IteratorScope> scopes)
           
 void AccumuloProxy.AsyncIface.attachIterator(ByteBuffer login, String tableName, IteratorSetting setting, Set<IteratorScope> scopes, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.attachIterator_call> resultHandler)
           
 void AccumuloProxy.AsyncClient.attachIterator(ByteBuffer login, String tableName, IteratorSetting setting, Set<IteratorScope> scopes, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.attachIterator_call> resultHandler)
           
 void AccumuloProxy.Iface.checkIteratorConflicts(ByteBuffer login, String tableName, IteratorSetting setting, Set<IteratorScope> scopes)
           
 void AccumuloProxy.Client.checkIteratorConflicts(ByteBuffer login, String tableName, IteratorSetting setting, Set<IteratorScope> scopes)
           
 void AccumuloProxy.AsyncIface.checkIteratorConflicts(ByteBuffer login, String tableName, IteratorSetting setting, Set<IteratorScope> scopes, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.checkIteratorConflicts_call> resultHandler)
           
 void AccumuloProxy.AsyncClient.checkIteratorConflicts(ByteBuffer login, String tableName, IteratorSetting setting, Set<IteratorScope> scopes, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.checkIteratorConflicts_call> resultHandler)
           
 void AccumuloProxy.listIterators_result.putToSuccess(String key, Set<IteratorScope> val)
           
 void AccumuloProxy.Iface.removeIterator(ByteBuffer login, String tableName, String iterName, Set<IteratorScope> scopes)
           
 void AccumuloProxy.Client.removeIterator(ByteBuffer login, String tableName, String iterName, Set<IteratorScope> scopes)
           
 void AccumuloProxy.AsyncIface.removeIterator(ByteBuffer login, String tableName, String iterName, Set<IteratorScope> scopes, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.removeIterator_call> resultHandler)
           
 void AccumuloProxy.AsyncClient.removeIterator(ByteBuffer login, String tableName, String iterName, Set<IteratorScope> scopes, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.removeIterator_call> resultHandler)
           
 void AccumuloProxy.Client.send_attachIterator(ByteBuffer login, String tableName, IteratorSetting setting, Set<IteratorScope> scopes)
           
 void AccumuloProxy.Client.send_checkIteratorConflicts(ByteBuffer login, String tableName, IteratorSetting setting, Set<IteratorScope> scopes)
           
 void AccumuloProxy.Client.send_removeIterator(ByteBuffer login, String tableName, String iterName, Set<IteratorScope> scopes)
           
 AccumuloProxy.attachIterator_args AccumuloProxy.attachIterator_args.setScopes(Set<IteratorScope> scopes)
           
 AccumuloProxy.checkIteratorConflicts_args AccumuloProxy.checkIteratorConflicts_args.setScopes(Set<IteratorScope> scopes)
           
 AccumuloProxy.removeIterator_args AccumuloProxy.removeIterator_args.setScopes(Set<IteratorScope> scopes)
           
 AccumuloProxy.listIterators_result AccumuloProxy.listIterators_result.setSuccess(Map<String,Set<IteratorScope>> success)
           
 

Constructors in org.apache.accumulo.proxy.thrift with parameters of type IteratorScope
AccumuloProxy.AsyncClient.getIteratorSetting_call(ByteBuffer login, String tableName, String iteratorName, IteratorScope scope, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.getIteratorSetting_call> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
           
AccumuloProxy.getIteratorSetting_args(ByteBuffer login, String tableName, String iteratorName, IteratorScope scope)
           
 

Constructor parameters in org.apache.accumulo.proxy.thrift with type arguments of type IteratorScope
AccumuloProxy.AsyncClient.attachIterator_call(ByteBuffer login, String tableName, IteratorSetting setting, Set<IteratorScope> scopes, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.attachIterator_call> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
           
AccumuloProxy.AsyncClient.checkIteratorConflicts_call(ByteBuffer login, String tableName, IteratorSetting setting, Set<IteratorScope> scopes, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.checkIteratorConflicts_call> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
           
AccumuloProxy.AsyncClient.removeIterator_call(ByteBuffer login, String tableName, String iterName, Set<IteratorScope> scopes, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.removeIterator_call> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
           
AccumuloProxy.attachIterator_args(ByteBuffer login, String tableName, IteratorSetting setting, Set<IteratorScope> scopes)
           
AccumuloProxy.checkIteratorConflicts_args(ByteBuffer login, String tableName, IteratorSetting setting, Set<IteratorScope> scopes)
           
AccumuloProxy.listIterators_result(Map<String,Set<IteratorScope>> success, AccumuloException ouch1, AccumuloSecurityException ouch2, TableNotFoundException ouch3)
           
AccumuloProxy.removeIterator_args(ByteBuffer login, String tableName, String iterName, Set<IteratorScope> scopes)
           
 



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.