public interface FabricAgent extends FabricService, com.gemstone.gemfire.admin.jmx.Agent
FabricService.StateNETSERVER_DEFAULT_PORT, STOP_NETWORK_SERVERS| Modifier and Type | Method and Description |
|---|---|
void |
start(java.util.Properties bootProperties)
Start the GemFireXD server singleton instance if not already started.
|
void |
start(java.util.Properties bootProperties,
boolean ignoreIfStarted)
Start the GemFireXD server singleton instance if not already started.
|
FabricService.State |
status()
Returns the fabric server status.
|
getAllNetworkServers, isReconnecting, serviceStatus, startDRDAServer, startNetworkServer, startThriftServer, stop, stopAllNetworkServers, stopReconnecting, waitUntilReconnectedvoid start(java.util.Properties bootProperties)
throws java.sql.SQLException
Properties can be also configured in a file called 'gemfirexd.properties' or defined as system properties. GemFireXD looks for this file in 'gemfirexd.user.home' directory, if set, otherwise in the current working directory, followed by 'user.home' directory. The file name can be overridden using the system property -Dgemfirexd.properties=<property file>. If this value is a relative file system path then the above search is done. If it is an absolute file system path then that file must exist; no search for it is done.
The actual configuration attribute values used to connect comes from the following sources:
gemfirexd.propertyName" is defined
and its value is not an empty string
then its value will be used for the named configuration attribute.
bootProperties
parameter object and its value is not an empty string
then its value will be used for that configuration attribute.
If authentication is switched on, system user credentials must also be passed to start the server
bootProperties - Driver boot properties. If non-null, overrides default properties in
'gemfirexd.properties'.java.sql.SQLExceptionvoid start(java.util.Properties bootProperties,
boolean ignoreIfStarted)
throws java.sql.SQLException
Properties can be also configured in a file called 'gemfirexd.properties' or defined as system properties. GemFireXD looks for this file in 'gemfirexd.user.home' directory, if set, otherwise in the current working directory, followed by 'user.home' directory. The file name can be overridden using the system property -Dgemfirexd.properties=<property file>. If this value is a relative file system path then the above search is done. If it is an absolute file system path then that file must exist; no search for it is done.
The actual configuration attribute values used to connect comes from the following sources:
gemfirexd.propertyName" is defined
and its value is not an empty string
then its value will be used for the named configuration attribute.
bootProperties
parameter object and its value is not an empty string
then its value will be used for that configuration attribute.
If authentication is switched on, system user credentials must also be passed to start the server
bootProperties - Driver boot properties. If non-null, overrides default properties in
'gemfirexd.properties'.ignoreIfStarted - if true then reuse any previous active instance,
else stop any previous instance and start a new
one with given propertiesjava.sql.SQLExceptionFabricService.State status()
status in interface FabricServiceCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.