org.apache.hadoop.hbase.hbql.executor
Class AsyncExecutorDefinition

java.lang.Object
  extended by org.apache.hadoop.hbase.hbql.executor.AsyncExecutorDefinition

public class AsyncExecutorDefinition
extends Object


Constructor Summary
AsyncExecutorDefinition(String name, List<ExecutorProperty> executorPropertyList)
           
 
Method Summary
 String asString()
           
 long getKeepAliveSecs()
           
 int getMaxThreadCount()
           
 int getMinThreadCount()
           
 String getName()
           
 void validatePropertyList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsyncExecutorDefinition

public AsyncExecutorDefinition(String name,
                               List<ExecutorProperty> executorPropertyList)
Method Detail

getName

public String getName()

validatePropertyList

public void validatePropertyList()
                          throws HBqlException
Throws:
HBqlException

getMinThreadCount

public int getMinThreadCount()
                      throws HBqlException
Throws:
HBqlException

getMaxThreadCount

public int getMaxThreadCount()
                      throws HBqlException
Throws:
HBqlException

getKeepAliveSecs

public long getKeepAliveSecs()
                      throws HBqlException
Throws:
HBqlException

asString

public String asString()


Copyright © 2011. All Rights Reserved.