Skip navigation links
GemFire XD 1.6.2
A C D E G H I J K L N P Q R S T U 

A

Attribute - Interface in com.pivotal.gemfirexd
List of all server connection (JDBC) attributes by the system.
AUTH_PROVIDER - Static variable in interface com.pivotal.gemfirexd.Attribute
Authentication scheme for client connections.
AUTHZ_FULL_ACCESS_USERS - Static variable in interface com.pivotal.gemfirexd.Attribute
List of users with full access connection level authorization.
AUTHZ_READ_ONLY_ACCESS_USERS - Static variable in interface com.pivotal.gemfirexd.Attribute
List of users with read-only connection level authorization.

C

CLIENT_JVM_PROPERTY_PREFIX - Static variable in interface com.pivotal.gemfirexd.Attribute
User should use this prefix for the client attributes traceLevel and traceDirectory when they are sending those attributes as JVM properties.
CLIENT_SECURITY_MECHANISM - Static variable in interface com.pivotal.gemfirexd.Attribute
securityMechanism sets the DRDA mechanism in-use for the client
COLLATION - Static variable in interface com.pivotal.gemfirexd.Attribute
Optional JDBC url attribute (at the database create time only) It can be set to one of the following 2 values 1) UCS_BASIC (This means codepoint based collation.
com.pivotal.gemfirexd - package com.pivotal.gemfirexd
 
CREATE_ATTR - Static variable in interface com.pivotal.gemfirexd.Attribute
The attribute that is used to request a database create.

D

DBNAME_ATTR - Static variable in interface com.pivotal.gemfirexd.Attribute
The attribute that is used for the database name, from the JDBC notion of jdbc:<subprotocol>:<subname>
DEFAULT_INITIAL_CAPACITY_PROP - Static variable in interface com.pivotal.gemfirexd.Attribute
The VM level property to specify the default initial capacity used for underlying GFE regions on datastores.
DEFAULT_PERSISTENT - Static variable in interface com.pivotal.gemfirexd.Attribute
Embedded connection property to create tables as persistent by default for the connection.
DEFAULT_RECOVERY_DELAY_PROP - Static variable in interface com.pivotal.gemfirexd.Attribute
A VM level property to specify the default recovery delay to be used ( PartitionAttributesFactory.setRecoveryDelay(long).
DEFAULT_SCHEMA - Static variable in interface com.pivotal.gemfirexd.Attribute
Property to change the default schema to use for a connection.
DISABLE_GET_CONVERTIBLE - Static variable in interface com.pivotal.gemfirexd.Attribute
Property to enable/disable Get/GetAll Only valid value is true
DISABLE_GETALL_LOCALINDEX - Static variable in interface com.pivotal.gemfirexd.Attribute
Property to enable/disable GetAll on Local Index Only valid value is true
DISABLE_STREAMING - Static variable in interface com.pivotal.gemfirexd.Attribute
A connection level property (i.e.
DISABLE_THINCLIENT_CANCEL - Static variable in interface com.pivotal.gemfirexd.Attribute
A connection level property to disable Statement.cancel() over thin client.
DISABLE_TX_BATCHING - Static variable in interface com.pivotal.gemfirexd.Attribute
A connection level property to disable all batching in transactions, flushing ops immediately to detect conflicts immediately.
DNC_PROTOCOL - Static variable in interface com.pivotal.gemfirexd.Attribute
The protocol for Derby Network Client.
DRDA_PROTOCOL - Static variable in interface com.pivotal.gemfirexd.Attribute
The protocol for Derby DRDA Client.
DRDA_SECMEC - Static variable in interface com.pivotal.gemfirexd.Attribute
Internal attribute which holds the value of the securityMechanism attribute specified by the client.
DRDA_SECTKN_IN - Static variable in interface com.pivotal.gemfirexd.Attribute
Internal attributes.
DRDA_SECTKN_OUT - Static variable in interface com.pivotal.gemfirexd.Attribute
 
DRDAID_ATTR - Static variable in interface com.pivotal.gemfirexd.Attribute
The attribute that is used to set the connection's DRDA ID.
DUMP_TIME_STATS_FREQ - Static variable in interface com.pivotal.gemfirexd.Attribute
Boot connection property used to denote that query time statistics should be dumped using GemFireXDQueryTimeStatistics.

E

ENABLE_BULK_FK_CHECKS - Static variable in interface com.pivotal.gemfirexd.Attribute
Property to enable bulk foreign keys checks for put all.
ENABLE_GETALL_LOCALINDEX_EMBED_GFE - Static variable in interface com.pivotal.gemfirexd.Attribute
Property to enable/disable GetAll on Local Index in embedded gfe mode Only valid value is true
ENABLE_METADATA_PREPARE - Static variable in interface com.pivotal.gemfirexd.Attribute
Property to enable metadata query prepare over the connection.
ENABLE_STATS - Static variable in interface com.pivotal.gemfirexd.Attribute
Connection property to enable collection of statistics at statement level.
ENABLE_TIMESTATS - Static variable in interface com.pivotal.gemfirexd.Attribute
Connection property to enable collection of time statistics at statement level.
ENABLE_TX_WAIT_MODE - Static variable in interface com.pivotal.gemfirexd.Attribute
A connection level property to use lock waiting mode for transactions instead of the default "fail-fast" conflict mode.

G

GFXD_DBNAME - Static variable in interface com.pivotal.gemfirexd.Attribute
The dummy name used for GemFireXD database.
GFXD_HOST_DATA - Static variable in interface com.pivotal.gemfirexd.Attribute
The GemFireXD property used to specify whether this VM should host data or not (i.e.
GFXD_PERSIST_DD - Static variable in interface com.pivotal.gemfirexd.Attribute
property name for enabling persistence of data dictionary
GFXD_PREFIX - Static variable in interface com.pivotal.gemfirexd.Attribute
Prefix when setting a boot/connection property as a system property.

H

HOSTNAME_FOR_CLIENTS - Static variable in interface com.pivotal.gemfirexd.Attribute
System property to force using a different hostName/IP sent to clients that will be exposed for external JDBC clients.

I

INIT_SCRIPTS - Static variable in interface com.pivotal.gemfirexd.Attribute
The property used to specify the SQL scripts to be executed after VM startup is complete including initial DDL replay.
INTERNAL_CONNECTION - Static variable in interface com.pivotal.gemfirexd.Attribute
 

J

JCC_PROTOCOL - Static variable in interface com.pivotal.gemfirexd.Attribute
The protocol for the IBM Universal JDBC Driver

K

KEEPALIVE_CNT - Static variable in interface com.pivotal.gemfirexd.Attribute
TCP KeepAlive COUNT for the network server and client sockets.
KEEPALIVE_IDLE - Static variable in interface com.pivotal.gemfirexd.Attribute
TCP KeepAlive IDLE timeout in seconds for the network server and client sockets.
KEEPALIVE_INTVL - Static variable in interface com.pivotal.gemfirexd.Attribute
TCP KeepAlive INTERVAL timeout in seconds for the network server and client sockets.

L

LOG_FILE - Static variable in interface com.pivotal.gemfirexd.Attribute
The GemFireXD log file path property.

N

NCJ_BATCH_SIZE - Static variable in interface com.pivotal.gemfirexd.Attribute
Connection property to set batch size for NCJ
NCJ_CACHE_SIZE - Static variable in interface com.pivotal.gemfirexd.Attribute
Connection property to set cache size for NCJ

P

PASSWORD_ATTR - Static variable in interface com.pivotal.gemfirexd.Attribute
The attribute that is used to set the user password.
PERSIST_INDEXES - Static variable in interface com.pivotal.gemfirexd.Attribute
property to set index persistence.
PREFER_NETSERVER_IP_ADDRESS - Static variable in interface com.pivotal.gemfirexd.Attribute
System property to force using IP addresses rather than hostnames for clients.
PROTOCOL - Static variable in interface com.pivotal.gemfirexd.Attribute
The default GemFireXD protocol for data store or peer client.

Q

QUERY_HDFS - Static variable in interface com.pivotal.gemfirexd.Attribute
Connection property to enable access to HDFS data
QUERY_TIMEOUT - Static variable in interface com.pivotal.gemfirexd.Attribute
A connection level property to set query timeout for statements executed over the connection

R

READ_TIMEOUT - Static variable in interface com.pivotal.gemfirexd.Attribute
Read timeout for the connection, in milliseconds.
ROUTE_QUERY - Static variable in interface com.pivotal.gemfirexd.Attribute
Connection property to enable/disable query routing for Spark.

S

SERVER_AUTH_PROVIDER - Static variable in interface com.pivotal.gemfirexd.Attribute
Authentication scheme configuration for server-to-server communication.
SERVER_GROUPS - Static variable in interface com.pivotal.gemfirexd.Attribute
The property used to specify the server groups.
SHUTDOWN_ATTR - Static variable in interface com.pivotal.gemfirexd.Attribute
The attribute that is used to request a shutdown.
SKIP_CONSTRAINT_CHECKS - Static variable in interface com.pivotal.gemfirexd.Attribute
Connection property to skip primary key, foreign key, unique and check constraint checks.
SKIP_LISTENERS - Static variable in interface com.pivotal.gemfirexd.Attribute
A connection level property if set to true, would skip invocation of listeners/writers/DBSynchronizer/AsyncEventListener on server.
SKIP_LOCKS - Static variable in interface com.pivotal.gemfirexd.Attribute
A connection level property to disable all table and datadictionary locking for operations from the connection.
SNAPPY_DBNAME - Static variable in interface com.pivotal.gemfirexd.Attribute
The dummy name used for GemFireXD booted with snappy url.
SNAPPY_DNC_PROTOCOL - Static variable in interface com.pivotal.gemfirexd.Attribute
 
SNAPPY_DRDA_PROTOCOL - Static variable in interface com.pivotal.gemfirexd.Attribute
The protocol for Derby DRDA Client.
SNAPPY_PROTOCOL - Static variable in interface com.pivotal.gemfirexd.Attribute
[SnappyData] The default SnappyData protocol for data store or peer client.
SNAPPY_THRIFT_PROTOCOL - Static variable in interface com.pivotal.gemfirexd.Attribute
The protocol for Derby DRDA Client.
SOCKET_INPUT_BUFFER_SIZE - Static variable in interface com.pivotal.gemfirexd.Attribute
Input buffer size to use for client-server sockets.
SOCKET_OUTPUT_BUFFER_SIZE - Static variable in interface com.pivotal.gemfirexd.Attribute
Output buffer size to use for client-server sockets.
SQLF_DBNAME - Static variable in interface com.pivotal.gemfirexd.Attribute
[SQLFire] The dummy name used for old SQLFire database.
SQLF_DNC_PROTOCOL - Static variable in interface com.pivotal.gemfirexd.Attribute
[SQLFire] The protocol for Derby Network Client for old SQLFire product.
SQLF_PREFIX - Static variable in interface com.pivotal.gemfirexd.Attribute
[SQLFire] Prefix for old SQLFire product when setting a boot/connection property as a system property.
SQLF_PROTOCOL - Static variable in interface com.pivotal.gemfirexd.Attribute
[SQLFire] The default SQLFire protocol for data store or peer client for old SQLFire product.
SQLJ_NESTED - Static variable in interface com.pivotal.gemfirexd.Attribute
The SQLJ protocol for getting the default connection for server side jdbc.
SQLJ_NESTED_GEMFIREXD - Static variable in interface com.pivotal.gemfirexd.Attribute
 
SQLJ_NESTED_SNAPPYDATA - Static variable in interface com.pivotal.gemfirexd.Attribute
 
SQLJ_NESTED_SQLFIRE - Static variable in interface com.pivotal.gemfirexd.Attribute
 
STAND_ALONE_LOCATOR - Static variable in interface com.pivotal.gemfirexd.Attribute
Boot property to indicate that this is a stand-alone locator which is really a kind of peer client with a network server running on it to enable processing client locator related DML commands.
SYS_HDFS_ROOT_DIR - Static variable in interface com.pivotal.gemfirexd.Attribute
This property is used to configure Gemfirexd's root directory on HDFS.
SYS_PERSISTENT_DIR - Static variable in interface com.pivotal.gemfirexd.Attribute
The property used to specify the base directory for Sql Fabric persistence of Gateway Queues, Tables, Data Dictionary etc.

T

TABLE_DEFAULT_PARTITIONED - Static variable in interface com.pivotal.gemfirexd.Attribute
The default DataPolicy for tables is now replicated when no explicit partitioning has been defined.
THRIFT_PROTOCOL - Static variable in interface com.pivotal.gemfirexd.Attribute
The protocol for GemFireXD Thrift Client.
THRIFT_SELECTOR_SERVER - Static variable in interface com.pivotal.gemfirexd.Attribute
Whether to use selector based server for the thrift server or per connection thread server model.
THRIFT_SSL_PROPERTIES - Static variable in interface com.pivotal.gemfirexd.Attribute
A comma-separate SSL property key,value pairs.
THRIFT_USE_BINARY_PROTOCOL - Static variable in interface com.pivotal.gemfirexd.Attribute
If true then use TBinaryProtocol for the thrift server, else the default is to use TCompactProtocol.
THRIFT_USE_FRAMED_TRANSPORT - Static variable in interface com.pivotal.gemfirexd.Attribute
If true then use TFramedTransport for the thrift server, else the default is to use non-framed transport.
THRIFT_USE_SSL - Static variable in interface com.pivotal.gemfirexd.Attribute
If true then use SSL sockets for thrift server.
TX_SYNC_COMMITS - Static variable in interface com.pivotal.gemfirexd.Attribute
A connection level property to wait for 2nd phase commit to complete on all nodes instead of returning as soon as local 2nd phase commit is done.

U

UPGRADE_ATTR - Static variable in interface com.pivotal.gemfirexd.Attribute
The attribute that is used to allow upgrade.
USERNAME_ALT_ATTR - Static variable in interface com.pivotal.gemfirexd.Attribute
Alternate attribute to set alternative 'UserName' connection attribute.
USERNAME_ATTR - Static variable in interface com.pivotal.gemfirexd.Attribute
The attribute that is used to set the user name.
USING_ODBC_DRIVER - Static variable in interface com.pivotal.gemfirexd.Attribute
System property to denote that the driver is invoked using ODBC API.
A C D E G H I J K L N P Q R S T U 
Skip navigation links
GemFire XD 1.6.2

Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.