Index

B C D E F G H I J K L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

B

BasicJdbcDialect - Class in org.gridgain.cache.store.jdbc.dialect
Basic implementation of dialect based on JDBC specification.
BasicJdbcDialect() - Constructor for class org.gridgain.cache.store.jdbc.dialect.BasicJdbcDialect
 
beginSession() - Method in class org.gridgain.cache.store.jdbc.JdbcCacheStore
 
buildObject(String, JdbcCacheStore.TypeKind, JdbcTypeField[], Map<String, Integer>, ResultSet) - Method in class org.gridgain.cache.store.jdbc.JdbcCacheStore
Construct object from query result.
buildObject(String, JdbcCacheStore.TypeKind, JdbcTypeField[], Map<String, Integer>, ResultSet) - Method in class org.gridgain.cache.store.jdbc.JdbcPojoCacheStore
 
buildObject(String, JdbcCacheStore.TypeKind, JdbcTypeField[], Map<String, Integer>, ResultSet) - Method in class org.gridgain.cache.store.jdbc.JdbcTupleCacheStore
 
BUILT_IN - Enum constant in enum class org.gridgain.cache.store.jdbc.JdbcCacheStore.TypeKind
Type is known as Java built in type, like String.

C

columnIndex(Map<String, Integer>, String) - Static method in class org.gridgain.cache.store.jdbc.JdbcCacheStore
Find column index by database name.
create(Class<K>, Class<V>) - Method in class org.gridgain.cache.store.jdbc.JdbcCacheStoreFactory
 

D

Db2Dialect - Class in org.gridgain.cache.store.jdbc.dialect
A dialect compatible with the IBM DB2 database.
Db2Dialect() - Constructor for class org.gridgain.cache.store.jdbc.dialect.Db2Dialect
 
deleteAllAsync(CacheStoreSession, Collection<? extends K>) - Method in class org.gridgain.cache.store.jdbc.JdbcCacheStore
 
deleteAsync(CacheStoreSession, K) - Method in class org.gridgain.cache.store.jdbc.JdbcCacheStore
 
DFLT_BATCH_SIZE - Static variable in class org.gridgain.cache.store.jdbc.JdbcCacheStoreFactory
Default batch size for put and remove operations.
DFLT_MAX_PARAMS_CNT - Static variable in class org.gridgain.cache.store.jdbc.dialect.BasicJdbcDialect
Default max query parameters count.
DFLT_PARALLEL_LOAD_CACHE_MINIMUM_THRESHOLD - Static variable in class org.gridgain.cache.store.jdbc.JdbcCacheStoreFactory
Default batch size for put and remove operations.
DFLT_WRITE_ATTEMPTS - Static variable in class org.gridgain.cache.store.jdbc.JdbcCacheStoreFactory
Default value for write attempts.
dialect - Variable in class org.gridgain.cache.store.jdbc.JdbcCacheStore
Database dialect.

E

EntryMapping(JdbcDialect, JdbcType, JdbcCacheStore.TypeKind, JdbcCacheStore.TypeKind, boolean) - Constructor for class org.gridgain.cache.store.jdbc.JdbcCacheStore.EntryMapping
Entry mapping.
equals(Object) - Method in class org.gridgain.cache.store.jdbc.JdbcTypeField
escape(String) - Method in class org.gridgain.cache.store.jdbc.dialect.BasicJdbcDialect
Escape an identifier.
escape(String) - Method in interface org.gridgain.cache.store.jdbc.dialect.JdbcDialect
Escape an identifier.
escape(String) - Method in class org.gridgain.cache.store.jdbc.dialect.MySqlDialect
Escape an identifier.
escape(String) - Method in class org.gridgain.cache.store.jdbc.dialect.SqlServerDialect
Escape an identifier.
extractParameter(String, JdbcCacheStore.TypeKind, String, Object) - Method in class org.gridgain.cache.store.jdbc.JdbcCacheStore
Get field value from object for use as query parameter.
extractParameter(String, JdbcCacheStore.TypeKind, String, Object) - Method in class org.gridgain.cache.store.jdbc.JdbcPojoCacheStore
 
extractParameter(String, JdbcCacheStore.TypeKind, String, Object) - Method in class org.gridgain.cache.store.jdbc.JdbcTupleCacheStore
 

F

fetchSize - Variable in class org.gridgain.cache.store.jdbc.dialect.BasicJdbcDialect
Fetch size.
fillKeyParameters(PreparedStatement, int, JdbcCacheStore.EntryMapping, Object) - Method in class org.gridgain.cache.store.jdbc.JdbcCacheStore
Fill key parameters.
fillKeyParameters(PreparedStatement, JdbcCacheStore.EntryMapping, Object) - Method in class org.gridgain.cache.store.jdbc.JdbcCacheStore
Fill key parameters.
fillParameter(PreparedStatement, int, JdbcTypeField, Object) - Static method in class org.gridgain.cache.store.jdbc.JdbcCacheStore
Sets the value of the designated parameter using the given object.
fillValueParameters(PreparedStatement, int, JdbcCacheStore.EntryMapping, Object) - Method in class org.gridgain.cache.store.jdbc.JdbcCacheStore
Fill value parameters.
finishAsync(boolean) - Method in class org.gridgain.cache.store.jdbc.JdbcCacheStoreSession
 
fullTableName() - Method in class org.gridgain.cache.store.jdbc.JdbcCacheStore.EntryMapping
Get full table name.

G

getBatchSize() - Method in class org.gridgain.cache.store.jdbc.JdbcCacheStore
Get maximum batch size for delete and delete operations.
getBatchSize() - Method in class org.gridgain.cache.store.jdbc.JdbcCacheStoreFactory
Get maximum batch size for delete and delete operations.
getColumnValue(ResultSet, int, Class<?>) - Method in class org.gridgain.cache.store.jdbc.JdbcTypesDefaultTransformer
Retrieves the value of the designated column in the current row of this ResultSet object and will convert to the requested Java data type.
getColumnValue(ResultSet, int, Class<?>) - Method in interface org.gridgain.cache.store.jdbc.JdbcTypesTransformer
Retrieves the value of the designated column in the current row of this ResultSet object and will convert to the requested Java data type.
getDatabaseFieldName() - Method in class org.gridgain.cache.store.jdbc.JdbcTypeField
Get column name in database.
getDatabaseFieldType() - Method in class org.gridgain.cache.store.jdbc.JdbcTypeField
Get JDBC type in database.
getDatabaseSchema() - Method in class org.gridgain.cache.store.jdbc.JdbcType
Gets database schema name.
getDatabaseTable() - Method in class org.gridgain.cache.store.jdbc.JdbcType
Gets table name in database.
getDataSource() - Method in class org.gridgain.cache.store.jdbc.JdbcCacheStore
Get data source.
getDataSource() - Method in class org.gridgain.cache.store.jdbc.JdbcCacheStoreFactory
Get data source.
getDialect() - Method in class org.gridgain.cache.store.jdbc.JdbcCacheStore
Get database dialect.
getDialect() - Method in class org.gridgain.cache.store.jdbc.JdbcCacheStoreFactory
Get database dialect.
getExecutor() - Method in class org.gridgain.cache.store.jdbc.JdbcCacheStore
Get the executor for database access.
getExecutor() - Method in class org.gridgain.cache.store.jdbc.JdbcCacheStoreFactory
Get executor.
getFetchSize() - Method in class org.gridgain.cache.store.jdbc.dialect.BasicJdbcDialect
Gives the JDBC driver a hint how many rows should be fetched from the database when more rows are needed.
getFetchSize() - Method in interface org.gridgain.cache.store.jdbc.dialect.JdbcDialect
Gives the JDBC driver a hint how many rows should be fetched from the database when more rows are needed.
getJavaFieldName() - Method in class org.gridgain.cache.store.jdbc.JdbcTypeField
Get java field name.
getJavaFieldType() - Method in class org.gridgain.cache.store.jdbc.JdbcTypeField
Get java field type.
getKeyFields() - Method in class org.gridgain.cache.store.jdbc.JdbcType
Gets optional persistent key fields.
getKeyType() - Method in class org.gridgain.cache.store.jdbc.JdbcType
Gets key type.
getMaximumWriteAttempts() - Method in class org.gridgain.cache.store.jdbc.JdbcCacheStore
Gets maximum number of write attempts in case of database error.
getMaximumWriteAttempts() - Method in class org.gridgain.cache.store.jdbc.JdbcCacheStoreFactory
Gets maximum number of write attempts in case of database error.
getMaxParameterCount() - Method in class org.gridgain.cache.store.jdbc.dialect.BasicJdbcDialect
Get max query parameters count.
getMaxParameterCount() - Method in interface org.gridgain.cache.store.jdbc.dialect.JdbcDialect
Get max query parameters count.
getParallelLoadCacheMinimumThreshold() - Method in class org.gridgain.cache.store.jdbc.JdbcCacheStore
Parallel load cache minimum row count threshold.
getParallelLoadCacheMinimumThreshold() - Method in class org.gridgain.cache.store.jdbc.JdbcCacheStoreFactory
Parallel load cache minimum row count threshold.
getTransaction() - Method in class org.gridgain.cache.store.jdbc.JdbcCacheStoreSession
 
getTransformer() - Method in class org.gridgain.cache.store.jdbc.JdbcCacheStore
Gets types transformer.
getTransformer() - Method in class org.gridgain.cache.store.jdbc.JdbcCacheStoreFactory
Gets types transformer.
getType() - Method in class org.gridgain.cache.store.jdbc.JdbcCacheStore
Gets types known by store.
getType() - Method in class org.gridgain.cache.store.jdbc.JdbcCacheStoreFactory
Gets types known by store.
getValueFields() - Method in class org.gridgain.cache.store.jdbc.JdbcType
Gets optional persistent value fields.
getValueType() - Method in class org.gridgain.cache.store.jdbc.JdbcType
Gets value type.

H

H2Dialect - Class in org.gridgain.cache.store.jdbc.dialect
A dialect compatible with the H2 database.
H2Dialect() - Constructor for class org.gridgain.cache.store.jdbc.dialect.H2Dialect
 
hashCode() - Method in class org.gridgain.cache.store.jdbc.JdbcTypeField
hasMerge() - Method in class org.gridgain.cache.store.jdbc.dialect.BasicJdbcDialect
Test if a dialect supports merge syntax.
hasMerge() - Method in class org.gridgain.cache.store.jdbc.dialect.Db2Dialect
Test if a dialect supports merge syntax.
hasMerge() - Method in class org.gridgain.cache.store.jdbc.dialect.H2Dialect
Test if a dialect supports merge syntax.
hasMerge() - Method in interface org.gridgain.cache.store.jdbc.dialect.JdbcDialect
Test if a dialect supports merge syntax.
hasMerge() - Method in class org.gridgain.cache.store.jdbc.dialect.MySqlDialect
Test if a dialect supports merge syntax.
hasMerge() - Method in class org.gridgain.cache.store.jdbc.dialect.OracleDialect
Test if a dialect supports merge syntax.
hasMerge() - Method in class org.gridgain.cache.store.jdbc.dialect.SqlServerDialect
Test if a dialect supports merge syntax.

I

insertQuery(String, Collection<String>, Collection<String>) - Method in class org.gridgain.cache.store.jdbc.dialect.BasicJdbcDialect
Construct insert query.
insertQuery(String, Collection<String>, Collection<String>) - Method in interface org.gridgain.cache.store.jdbc.dialect.JdbcDialect
Construct insert query.
INSTANCE - Static variable in class org.gridgain.cache.store.jdbc.JdbcTypesDefaultTransformer
Singleton instance to use.
isSqlEscapeAll() - Method in class org.gridgain.cache.store.jdbc.JdbcCacheStore
If true all the SQL table and field names will be escaped with double quotes like ("tableName"."fieldsName").
isSqlEscapeAll() - Method in class org.gridgain.cache.store.jdbc.JdbcCacheStoreFactory
If true all the SQL table and field names will be escaped with double quotes like ("tableName"."fieldsName").

J

JdbcCacheStore<K,V> - Class in org.gridgain.cache.store.jdbc
JDBC based cache store.
JdbcCacheStore() - Constructor for class org.gridgain.cache.store.jdbc.JdbcCacheStore
 
JdbcCacheStore.EntryMapping - Class in org.gridgain.cache.store.jdbc
Entry mapping description.
JdbcCacheStore.TypeKind - Enum Class in org.gridgain.cache.store.jdbc
Type kind.
JdbcCacheStoreAccessException - Exception in org.gridgain.cache.store.jdbc
Thrown if cache store can't be accessed.
JdbcCacheStoreAccessException(UUID, int, String, Throwable) - Constructor for exception org.gridgain.cache.store.jdbc.JdbcCacheStoreAccessException
Creates a new cache store access exception with the given trace id, error code, detail message and cause.
JdbcCacheStoreConfigurationException - Exception in org.gridgain.cache.store.jdbc
Thrown if cache store configuration is invalid.
JdbcCacheStoreConfigurationException(UUID, int, String, Throwable) - Constructor for exception org.gridgain.cache.store.jdbc.JdbcCacheStoreConfigurationException
Creates a new cache store configuration exception with the given trace id, error code, detail message and cause.
JdbcCacheStoreFactory - Class in org.gridgain.cache.store.jdbc
JDBC cache store factory.
JdbcCacheStoreFactory() - Constructor for class org.gridgain.cache.store.jdbc.JdbcCacheStoreFactory
 
JdbcCacheStoreSession - Class in org.gridgain.cache.store.jdbc
JDBC cache store session.
JdbcCacheStoreSession() - Constructor for class org.gridgain.cache.store.jdbc.JdbcCacheStoreSession
 
JdbcDialect - Interface in org.gridgain.cache.store.jdbc.dialect
Represents a dialect of SQL implemented by a particular RDBMS.
JdbcPojoCacheStore<K,V> - Class in org.gridgain.cache.store.jdbc
JDBC cache store which is working with POJO's and build-in types.
JdbcTupleCacheStore - Class in org.gridgain.cache.store.jdbc
JDBC cache store which is working with tuples.
JdbcType - Class in org.gridgain.cache.store.jdbc
Description for type that could be stored into database by store.
JdbcType() - Constructor for class org.gridgain.cache.store.jdbc.JdbcType
Empty constructor (all values are initialized to their defaults).
JdbcType(JdbcType) - Constructor for class org.gridgain.cache.store.jdbc.JdbcType
Copy constructor.
JdbcTypeField - Class in org.gridgain.cache.store.jdbc
Description of how field declared in database and in cache.
JdbcTypeField() - Constructor for class org.gridgain.cache.store.jdbc.JdbcTypeField
Default constructor.
JdbcTypeField(int, String, Class<?>, String) - Constructor for class org.gridgain.cache.store.jdbc.JdbcTypeField
Full constructor.
JdbcTypeField(JdbcTypeField) - Constructor for class org.gridgain.cache.store.jdbc.JdbcTypeField
Copy constructor.
JdbcTypesDefaultTransformer - Class in org.gridgain.cache.store.jdbc
Default implementation of JdbcTypesTransformer.
JdbcTypesDefaultTransformer() - Constructor for class org.gridgain.cache.store.jdbc.JdbcTypesDefaultTransformer
 
JdbcTypesTransformer - Interface in org.gridgain.cache.store.jdbc
API for implementing custom mapping logic for loaded from store data.

K

keyColumns() - Method in class org.gridgain.cache.store.jdbc.JdbcCacheStore.EntryMapping
Gets key columns.
keyKind() - Method in class org.gridgain.cache.store.jdbc.JdbcCacheStore.EntryMapping
Get key type kind.
keyType() - Method in class org.gridgain.cache.store.jdbc.JdbcCacheStore.EntryMapping
Get key type.
kindForName(String) - Method in class org.gridgain.cache.store.jdbc.JdbcCacheStore
Get type kind.
kindForName(String) - Method in class org.gridgain.cache.store.jdbc.JdbcPojoCacheStore
Get type kind.
kindForName(String) - Method in class org.gridgain.cache.store.jdbc.JdbcTupleCacheStore
Get type kind by name.

L

loadAllAsync(Iterable<? extends K>) - Method in class org.gridgain.cache.store.jdbc.JdbcCacheStore
 
loadAsync(K) - Method in class org.gridgain.cache.store.jdbc.JdbcCacheStore
 
loadCacheAsync(BiConsumer<K, V>, Object...) - Method in class org.gridgain.cache.store.jdbc.JdbcCacheStore
loadCacheQuery(String, Iterable<String>) - Method in class org.gridgain.cache.store.jdbc.dialect.BasicJdbcDialect
Construct load cache query.
loadCacheQuery(String, Iterable<String>) - Method in interface org.gridgain.cache.store.jdbc.dialect.JdbcDialect
Construct load cache query.
loadCacheRangeQuery(boolean, boolean) - Method in class org.gridgain.cache.store.jdbc.JdbcCacheStore.EntryMapping
Construct query for select values in range.
loadCacheRangeQuery(String, Collection<String>, Iterable<String>, boolean, boolean) - Method in class org.gridgain.cache.store.jdbc.dialect.BasicJdbcDialect
Construct load cache query over specified range.
loadCacheRangeQuery(String, Collection<String>, Iterable<String>, boolean, boolean) - Method in interface org.gridgain.cache.store.jdbc.dialect.JdbcDialect
Construct load cache query over specified range.
loadCacheSelectRangeQuery(String, Collection<String>) - Method in class org.gridgain.cache.store.jdbc.dialect.BasicJdbcDialect
Construct query to get ranges bounds.
loadCacheSelectRangeQuery(String, Collection<String>) - Method in class org.gridgain.cache.store.jdbc.dialect.Db2Dialect
Construct query to get ranges bounds.
loadCacheSelectRangeQuery(String, Collection<String>) - Method in interface org.gridgain.cache.store.jdbc.dialect.JdbcDialect
Construct query to get ranges bounds.
loadCacheSelectRangeQuery(String, Collection<String>) - Method in class org.gridgain.cache.store.jdbc.dialect.MySqlDialect
Construct query to get ranges bounds.
loadCacheSelectRangeQuery(String, Collection<String>) - Method in class org.gridgain.cache.store.jdbc.dialect.OracleDialect
Construct query to get ranges bounds.
loadCacheSelectRangeQuery(String, Collection<String>) - Method in class org.gridgain.cache.store.jdbc.dialect.SqlServerDialect
Construct query to get ranges bounds.
loadQuery(int) - Method in class org.gridgain.cache.store.jdbc.JdbcCacheStore.EntryMapping
Construct query for select values with key count less or equal maxKeysPerStmt.
loadQuery(String, Collection<String>, Iterable<String>, int) - Method in class org.gridgain.cache.store.jdbc.dialect.BasicJdbcDialect
Construct load query.
loadQuery(String, Collection<String>, Iterable<String>, int) - Method in interface org.gridgain.cache.store.jdbc.dialect.JdbcDialect
Construct load query.

M

maxParamsCnt - Variable in class org.gridgain.cache.store.jdbc.dialect.BasicJdbcDialect
Max query parameters count.
mergeQuery(String, Collection<String>, Collection<String>) - Method in class org.gridgain.cache.store.jdbc.dialect.BasicJdbcDialect
Construct merge query.
mergeQuery(String, Collection<String>, Collection<String>) - Method in class org.gridgain.cache.store.jdbc.dialect.Db2Dialect
Construct merge query.
mergeQuery(String, Collection<String>, Collection<String>) - Method in class org.gridgain.cache.store.jdbc.dialect.H2Dialect
Construct merge query.
mergeQuery(String, Collection<String>, Collection<String>) - Method in interface org.gridgain.cache.store.jdbc.dialect.JdbcDialect
Construct merge query.
mergeQuery(String, Collection<String>, Collection<String>) - Method in class org.gridgain.cache.store.jdbc.dialect.MySqlDialect
Construct merge query.
mergeQuery(String, Collection<String>, Collection<String>) - Method in class org.gridgain.cache.store.jdbc.dialect.OracleDialect
Construct merge query.
mergeQuery(String, Collection<String>, Collection<String>) - Method in class org.gridgain.cache.store.jdbc.dialect.SqlServerDialect
Construct merge query.
mkString(Iterable<String>, String) - Static method in class org.gridgain.cache.store.jdbc.dialect.BasicJdbcDialect
Concatenates strings using provided separator.
mkString(Iterable<String>, String, String, String) - Static method in class org.gridgain.cache.store.jdbc.dialect.BasicJdbcDialect
Concatenates elements using provided separator.
mkString(Iterable<T>, Function<T, String>, String, String, String) - Static method in class org.gridgain.cache.store.jdbc.dialect.BasicJdbcDialect
Concatenates elements using provided separator.
MySqlDialect - Class in org.gridgain.cache.store.jdbc.dialect
A dialect compatible with the MySQL database.
MySqlDialect() - Constructor for class org.gridgain.cache.store.jdbc.dialect.MySqlDialect
Constructor.

N

NUMERIC_TYPES - Static variable in interface org.gridgain.cache.store.jdbc.JdbcTypesTransformer
Numeric types.

O

OracleDialect - Class in org.gridgain.cache.store.jdbc.dialect
A dialect compatible with the Oracle database.
OracleDialect() - Constructor for class org.gridgain.cache.store.jdbc.dialect.OracleDialect
 
org.gridgain.cache.store.jdbc - package org.gridgain.cache.store.jdbc
 
org.gridgain.cache.store.jdbc.dialect - package org.gridgain.cache.store.jdbc.dialect
Contains SQL dialects for different RDBMS.

P

POJO - Enum constant in enum class org.gridgain.cache.store.jdbc.JdbcCacheStore.TypeKind
Class for POJO.
prepareBuilders(JdbcType) - Method in class org.gridgain.cache.store.jdbc.JdbcCacheStore
Prepare internal store specific builders for provided types metadata.
prepareBuilders(JdbcType) - Method in class org.gridgain.cache.store.jdbc.JdbcPojoCacheStore
Prepare internal store specific builders for provided types metadata.
prepareBuilders(JdbcType) - Method in class org.gridgain.cache.store.jdbc.JdbcTupleCacheStore
Prepare internal store specific builders for provided types metadata.

R

removeQuery(String, Iterable<String>) - Method in class org.gridgain.cache.store.jdbc.dialect.BasicJdbcDialect
Construct remove query.
removeQuery(String, Iterable<String>) - Method in interface org.gridgain.cache.store.jdbc.dialect.JdbcDialect
Construct remove query.
repeat(String, int, String, String, String) - Static method in class org.gridgain.cache.store.jdbc.dialect.BasicJdbcDialect
Concatenates elements using provided delimiter.

S

setBatchSize(int) - Method in class org.gridgain.cache.store.jdbc.JdbcCacheStore
Set maximum batch size for write and delete operations.
setBatchSize(int) - Method in class org.gridgain.cache.store.jdbc.JdbcCacheStoreFactory
Set maximum batch size for write and delete operations.
setDatabaseFieldName(String) - Method in class org.gridgain.cache.store.jdbc.JdbcTypeField
Set column name in database.
setDatabaseFieldType(int) - Method in class org.gridgain.cache.store.jdbc.JdbcTypeField
Set JDBC type in database.
setDatabaseSchema(String) - Method in class org.gridgain.cache.store.jdbc.JdbcType
Sets database schema name.
setDatabaseTable(String) - Method in class org.gridgain.cache.store.jdbc.JdbcType
Table name in database.
setDataSource(DataSource) - Method in class org.gridgain.cache.store.jdbc.JdbcCacheStore
Set data source.
setDataSource(DataSource) - Method in class org.gridgain.cache.store.jdbc.JdbcCacheStoreFactory
Sets data source.
setDialect(JdbcDialect) - Method in class org.gridgain.cache.store.jdbc.JdbcCacheStore
Set database dialect.
setDialect(JdbcDialect) - Method in class org.gridgain.cache.store.jdbc.JdbcCacheStoreFactory
Set database dialect.
setExecutor(ExecutorService) - Method in class org.gridgain.cache.store.jdbc.JdbcCacheStore
Set the executor for database access.
setExecutor(ExecutorService) - Method in class org.gridgain.cache.store.jdbc.JdbcCacheStoreFactory
Sets the executor for accessing the database.
setFetchSize(int) - Method in class org.gridgain.cache.store.jdbc.dialect.BasicJdbcDialect
Sets fetch size.
setJavaFieldName(String) - Method in class org.gridgain.cache.store.jdbc.JdbcTypeField
Set java field name.
setJavaFieldType(Class<?>) - Method in class org.gridgain.cache.store.jdbc.JdbcTypeField
Set java field type.
setKeyFields(JdbcTypeField...) - Method in class org.gridgain.cache.store.jdbc.JdbcType
Sets optional persistent key fields.
setKeyType(Class<?>) - Method in class org.gridgain.cache.store.jdbc.JdbcType
Sets key type.
setKeyType(String) - Method in class org.gridgain.cache.store.jdbc.JdbcType
Sets key type.
setMaximumWriteAttempts(int) - Method in class org.gridgain.cache.store.jdbc.JdbcCacheStore
Sets maximum number of write attempts in case of database error.
setMaximumWriteAttempts(int) - Method in class org.gridgain.cache.store.jdbc.JdbcCacheStoreFactory
Sets maximum number of write attempts in case of database error.
setMaxParameterCount(int) - Method in class org.gridgain.cache.store.jdbc.dialect.BasicJdbcDialect
Set max query parameters count.
setParallelLoadCacheMinimumThreshold(int) - Method in class org.gridgain.cache.store.jdbc.JdbcCacheStore
Parallel load cache minimum row count threshold.
setParallelLoadCacheMinimumThreshold(int) - Method in class org.gridgain.cache.store.jdbc.JdbcCacheStoreFactory
Parallel load cache minimum row count threshold.
setSqlEscapeAll(boolean) - Method in class org.gridgain.cache.store.jdbc.JdbcCacheStore
If true all the SQL table and field names will be escaped with double quotes like ("tableName"."fieldsName").
setSqlEscapeAll(boolean) - Method in class org.gridgain.cache.store.jdbc.JdbcCacheStoreFactory
If true all the SQL table and field names will be escaped with double quotes like ("tableName"."fieldsName").
setTransaction(Transaction) - Method in class org.gridgain.cache.store.jdbc.JdbcCacheStoreSession
 
setTransformer(JdbcTypesTransformer) - Method in class org.gridgain.cache.store.jdbc.JdbcCacheStore
Sets types transformer.
setTransformer(JdbcTypesTransformer) - Method in class org.gridgain.cache.store.jdbc.JdbcCacheStoreFactory
Sets types transformer.
setType(JdbcType) - Method in class org.gridgain.cache.store.jdbc.JdbcCacheStore
Sets store configurations.
setType(JdbcType) - Method in class org.gridgain.cache.store.jdbc.JdbcCacheStoreFactory
Sets store configurations.
setValueFields(JdbcTypeField...) - Method in class org.gridgain.cache.store.jdbc.JdbcType
Sets optional persistent value fields.
setValueType(Class<?>) - Method in class org.gridgain.cache.store.jdbc.JdbcType
Sets value type.
setValueType(String) - Method in class org.gridgain.cache.store.jdbc.JdbcType
Sets value type.
SqlServerDialect - Class in org.gridgain.cache.store.jdbc.dialect
A dialect compatible with the Microsoft SQL Server database.
SqlServerDialect() - Constructor for class org.gridgain.cache.store.jdbc.dialect.SqlServerDialect
 

T

toString() - Method in class org.gridgain.cache.store.jdbc.JdbcCacheStoreFactory
toString() - Method in class org.gridgain.cache.store.jdbc.JdbcPojoCacheStore
toString() - Method in class org.gridgain.cache.store.jdbc.JdbcTupleCacheStore
toString() - Method in class org.gridgain.cache.store.jdbc.JdbcType
toString() - Method in class org.gridgain.cache.store.jdbc.JdbcTypeField
TUPLE - Enum constant in enum class org.gridgain.cache.store.jdbc.JdbcCacheStore.TypeKind
Class for build-in tuple.

U

updateQuery(String, Collection<String>, Iterable<String>) - Method in class org.gridgain.cache.store.jdbc.dialect.BasicJdbcDialect
Construct update query.
updateQuery(String, Collection<String>, Iterable<String>) - Method in interface org.gridgain.cache.store.jdbc.dialect.JdbcDialect
Construct update query.

V

valueColumns() - Method in class org.gridgain.cache.store.jdbc.JdbcCacheStore.EntryMapping
Gets value columns.
valueKind() - Method in class org.gridgain.cache.store.jdbc.JdbcCacheStore.EntryMapping
Get value type kind.
valueOf(String) - Static method in enum class org.gridgain.cache.store.jdbc.JdbcCacheStore.TypeKind
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.gridgain.cache.store.jdbc.JdbcCacheStore.TypeKind
Returns an array containing the constants of this enum class, in the order they are declared.
valueType() - Method in class org.gridgain.cache.store.jdbc.JdbcCacheStore.EntryMapping
Get value type.

W

writeAllAsync(CacheStoreSession, Collection<Map.Entry<? extends K, ? extends V>>) - Method in class org.gridgain.cache.store.jdbc.JdbcCacheStore
 
writeAsync(CacheStoreSession, Map.Entry<? extends K, ? extends V>) - Method in class org.gridgain.cache.store.jdbc.JdbcCacheStore
 
B C D E F G H I J K L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form