Class BookieConfiguration
- java.lang.Object
-
- org.apache.bookkeeper.common.conf.ComponentConfiguration
-
- org.apache.bookkeeper.server.conf.BookieConfiguration
-
- All Implemented Interfaces:
org.apache.commons.configuration.Configuration
public class BookieConfiguration extends ComponentConfiguration
A bookie relatedComponentConfiguration
.
-
-
Field Summary
-
Fields inherited from class org.apache.bookkeeper.common.conf.ComponentConfiguration
DELIMITER
-
-
Constructor Summary
Constructors Constructor Description BookieConfiguration(ServerConfiguration conf)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServerConfiguration
getServerConf()
-
Methods inherited from class org.apache.bookkeeper.common.conf.ComponentConfiguration
addProperty, asJson, clear, clearProperty, containsKey, getBigDecimal, getBigDecimal, getBigInteger, getBigInteger, getBoolean, getBoolean, getBoolean, getByte, getByte, getByte, getDouble, getDouble, getDouble, getFloat, getFloat, getFloat, getInt, getInt, getInteger, getKeyName, getKeys, getKeys, getList, getList, getLong, getLong, getLong, getProperties, getProperty, getShort, getShort, getShort, getString, getString, getStringArray, getUnderlyingConf, isEmpty, loadConf, loadConf, setProperty, subset, validate
-
-
-
-
Constructor Detail
-
BookieConfiguration
public BookieConfiguration(ServerConfiguration conf)
-
-
Method Detail
-
getServerConf
public ServerConfiguration getServerConf()
-
-