org.apache.hadoop.hbase.hbql.client
Interface AsyncExecutor

All Known Implementing Classes:
AsyncExecutorImpl

public interface AsyncExecutor


Method Summary
 long getKeepAliveSecs()
           
 int getMaxThreadCount()
           
 int getMinThreadCount()
           
 String getName()
           
 

Method Detail

getName

String getName()

getMinThreadCount

int getMinThreadCount()

getMaxThreadCount

int getMaxThreadCount()

getKeepAliveSecs

long getKeepAliveSecs()


Copyright © 2011. All Rights Reserved.