public interface Property
gemfirexd. prefixed Attribute properties.| Modifier and Type | Field and Description |
|---|---|
static String |
AUTH_LDAP_GROUP_MEMBER_ATTRIBUTES |
static String |
AUTH_LDAP_GROUP_SEARCH_BASE |
static String |
AUTH_LDAP_GROUP_SEARCH_FILTER |
static String |
AUTH_LDAP_SEARCH_BASE |
static String |
AUTH_LDAP_SEARCH_DN |
static String |
AUTH_LDAP_SEARCH_FILTER |
static String |
AUTH_LDAP_SEARCH_PW |
static String |
AUTH_LDAP_SERVER
Can optionally start with "ldap://" or "ldap:" or "ldaps://" or "ldaps:" as
ldap server url.
Define {gemfirexd.auth-ldap-search-base} property for limiting the search space during ldap verification of the user login id. |
static String |
AUTHZ_DEFAULT_CONNECTION_MODE
Default connection level authorization, set to one of NO_ACCESS,
READ_ONLY_ACCESS or FULL_ACCESS.
|
static String |
AUTHZ_FULL_ACCESS_USERS
List of users with full access connection level authorization.
|
static String |
AUTHZ_READ_ONLY_ACCESS_USERS
List of users with read-only connection level authorization.
|
static String |
DDLREPLAY_ALLOW_RESTART_WITH_ERRORS
System property to allow for node to be started even if there is a failure
in startup when replicating the DDLs executed in the cluster (e.g.
|
static String |
DDLREPLAY_NO_INDEX_CHECK
System property to skip index check on restart
|
static String |
DISABLE_SHARED_LIBRARY
gemfire.disable.sharedlibrary
Disable shared library loading on supported platforms. |
static String |
DRDA_PROP_HOSTNAME |
static String |
DRDA_PROP_KEEPALIVE
gemfirexd.drda.keepAlive
client socket setKeepAlive value |
static String |
DRDA_PROP_LOGCONNECTIONS
gemfirexd.drda.logConnections
Indicates whether to log connections and disconnections. |
static String |
DRDA_PROP_MAXTHREADS
gemfirexd.drda.maxThreads
Use the gemfirexd.drda.maxThreads property to set a maximum number of connection threads that Network Server will allocate. |
static String |
DRDA_PROP_MINTHREADS
gemfirexd.drda.minThreads
Use the gemfirexd.drda.minThreads property to set the minimum number of connection threads that Network Server will allocate. |
static String |
DRDA_PROP_PORTNUMBER
gemfirexd.drda.portNumber
The port number used by the network server. |
static String |
DRDA_PROP_SECURITYMECHANISM
gemfirexd.drda.securityMechanism
This property can be set to one of the following values USER_ONLY_SECURITY CLEAR_TEXT_PASSWORD_SECURITY ENCRYPTED_USER_AND_PASSWORD_SECURITY STRONG_PASSWORD_SUBSTITUTE_SECURITY if gemfirexd.drda.securityMechanism is set to a valid mechanism, then the Network Server accepts only connections which use that security mechanism. |
static String |
DRDA_PROP_SSL_MODE
gemfirexd.drda.sslMode
This property may be set to one of the following three values off: No Wire encryption basic: Encryption, but no SSL client authentication peerAuthentication: Encryption and with SSL client authentication |
static String |
DRDA_PROP_STREAMOUTBUFFERSIZE
gemfirexd.drda.streamOutBufferSize
size of buffer used when stream out for client.
|
static String |
DRDA_PROP_THREAD_MAXIDLETIME
gemfirexd.drda.maxIdleTime
The maximum time in milliseconds for a server thread to wait for a new client session before terminating due to lack of activity. |
static String |
DRDA_PROP_TIMESLICE
gemfirexd.drda.timeSlice
Use the gemfirexd.drda.timeSlice property to set the number of milliseconds that each connection will use before yielding to another connection. |
static String |
DRDA_PROP_TRACE |
static String |
DRDA_PROP_TRACEALL
gemfirexd.drda.traceAll
Turns tracing on for all sessions. |
static String |
DRDA_PROP_TRACEDIRECTORY
gemfirexd.drda.traceDirectory
The directory used for network server tracing files. |
static String |
PROPERTIES_FILE
Name of the file that contains system wide properties.
|
static String |
SHARED_LIBRARY_DEBUG_VERSION
gemfire.nativelibrary.usedebugversion
Use debug build of the shared library instead of optimized build. |
static String |
SIGNALS_NOT_LOGGED
gemfirexd.signals.notlogged
When debug logging is enabled, Gemfirexd will record OS-level signals received. |
static String |
SQL_AUTHORIZATION |
static String |
SQLF_PROPERTIES_FILE
[SQLFire] Name of the file that contains system wide properties for old
SQLFire product.
|
static final String AUTH_LDAP_SERVER
static final String AUTH_LDAP_SEARCH_BASE
static final String AUTH_LDAP_SEARCH_FILTER
static final String AUTH_LDAP_SEARCH_DN
static final String AUTH_LDAP_SEARCH_PW
static final String AUTH_LDAP_GROUP_SEARCH_BASE
static final String AUTH_LDAP_GROUP_SEARCH_FILTER
static final String AUTH_LDAP_GROUP_MEMBER_ATTRIBUTES
static final String SQL_AUTHORIZATION
static final String AUTHZ_DEFAULT_CONNECTION_MODE
static final String AUTHZ_READ_ONLY_ACCESS_USERS
static final String AUTHZ_FULL_ACCESS_USERS
static final String PROPERTIES_FILE
static final String SQLF_PROPERTIES_FILE
static final String DRDA_PROP_SECURITYMECHANISM
static final String DRDA_PROP_SSL_MODE
static final String DRDA_PROP_PORTNUMBER
static final String DRDA_PROP_HOSTNAME
static final String DRDA_PROP_STREAMOUTBUFFERSIZE
static final String DRDA_PROP_KEEPALIVE
static final String DRDA_PROP_TRACEDIRECTORY
static final String DRDA_PROP_TRACEALL
static final String DRDA_PROP_TRACE
static final String DRDA_PROP_LOGCONNECTIONS
static final String DRDA_PROP_MINTHREADS
static final String DRDA_PROP_MAXTHREADS
gemfirexd.drda.timeslice property to determine when
sessions will be swapped. A value of 0 indicates unlimited number of
threads.
static final String DRDA_PROP_TIMESLICE
static final String DRDA_PROP_THREAD_MAXIDLETIME
static final String DDLREPLAY_ALLOW_RESTART_WITH_ERRORS
static final String DDLREPLAY_NO_INDEX_CHECK
static final String SIGNALS_NOT_LOGGED
static final String SHARED_LIBRARY_DEBUG_VERSION
static final String DISABLE_SHARED_LIBRARY
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.