object
ClusterConfig
Type Members
-
-
class
Configs extends AnyRef
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
val
APPLICATION: String
-
val
JVM_RESERVED_PROPERTIES: List[String]
-
val
LOG: Logger
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
default(configFile: String = APPLICATION): Config
-
def
defaultConfig: Config
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
filterOutDefaultConfig(input: Config): Config
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
master(configFile: String = null): Config
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
render(config: Config, concise: Boolean = false): String
-
def
saveConfig(conf: Config, file: File): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
ui(configFile: String = null): Config
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
worker(configFile: String = null): Config
Inherited from AnyRef
Inherited from Any
All Gearpump application should use this class to load configurations.
Compared with Akka built-in ConfigFactory, this class will also resolve file gear.conf and geardefault.conf.
Overriding order: System Properties > Custom configuration file (by using system property -Dgearpump.config.file) > > gear.conf > geardefault.conf > reference.conf