Class HBaseOptions
java.lang.Object
io.datarouter.client.hbase.client.HBaseOptions
@Singleton public class HBaseOptions extends Object
-
Field Summary
Fields Modifier and Type Field Description protected static StringPROP_maxHTablesprotected static StringPROP_maxThreadsPerHTableprotected static StringPROP_minPoolSizeprotected static StringPROP_minThreadsPerHTableprotected static StringPROP_zookeeperQuorum -
Constructor Summary
Constructors Constructor Description HBaseOptions() -
Method Summary
Modifier and Type Method Description protected static StringmakeHbaseKey(String propertyKey)IntegermaxHTables(String clientName, int def)IntegermaxThreadsPerHTable(String clientName, int def)IntegerminThreadsPerHTable(String clientName, int def)StringzookeeperQuorum(String clientName)
-
Field Details
-
PROP_zookeeperQuorum
- See Also:
- Constant Field Values
-
PROP_maxHTables
- See Also:
- Constant Field Values
-
PROP_minThreadsPerHTable
- See Also:
- Constant Field Values
-
PROP_maxThreadsPerHTable
- See Also:
- Constant Field Values
-
PROP_minPoolSize
- See Also:
- Constant Field Values
-
-
Constructor Details
-
HBaseOptions
public HBaseOptions()
-
-
Method Details