pygridgain package¶
Subpackages¶
- pygridgain.datatypes package
- Submodules
- pygridgain.datatypes.base module
- pygridgain.datatypes.binary module
- pygridgain.datatypes.cache_config module
- pygridgain.datatypes.cache_properties module
AnyPropertyPropBackupsNumberPropCacheAtomicityModePropCacheKeyConfigurationPropCacheModePropCopyOnReadPropDataRegionNamePropDefaultLockTimeoutPropEagerTTLPropExpiryPolicyPropGroupNamePropIsOnheapCacheEnabledPropMaxConcurrentAsyncOperationPropMaxQueryIteratorsPropNamePropPartitionLossPolicyPropQueryDetailMetricSizePropQueryEntitiesPropQueryParallelismPropReadFromBackupPropRebalanceBatchSizePropRebalanceBatchesPrefetchCountPropRebalanceDelayPropRebalanceModePropRebalanceOrderPropRebalanceThrottlePropRebalanceTimeoutPropSQLIndexInlineMaxSizePropSQLSchemaPropSqlEscapeAllPropStatisticsEnabledPropWriteSynchronizationModeprop_map()
- pygridgain.datatypes.complex module
BinaryObjectBinaryObject.COMPACT_FOOTERBinaryObject.HAS_RAW_DATABinaryObject.HAS_SCHEMABinaryObject.OFFSET_ONE_BYTEBinaryObject.OFFSET_TWO_BYTESBinaryObject.USER_TYPEBinaryObject.from_python_not_null()BinaryObject.from_python_not_null_async()BinaryObject.get_header_class()BinaryObject.hashcode()BinaryObject.hashcode_async()BinaryObject.offset_c_type()BinaryObject.parse_not_null()BinaryObject.parse_not_null_async()BinaryObject.schema_type()BinaryObject.to_python_not_null()BinaryObject.to_python_not_null_async()BinaryObject.type_code
CollectionObjectCollectionObject.ARR_LISTCollectionObject.HASH_SETCollectionObject.LINKED_HASH_SETCollectionObject.LINKED_LISTCollectionObject.SINGLETON_LISTCollectionObject.USER_COLCollectionObject.USER_SETCollectionObject.from_python_not_null()CollectionObject.from_python_not_null_async()CollectionObject.parse_not_null()CollectionObject.parse_not_null_async()CollectionObject.to_python_not_null()CollectionObject.to_python_not_null_async()CollectionObject.type_code
MapMapObjectObjectArrayObjectObjectArrayObject.OBJECTObjectArrayObject.from_python_not_null()ObjectArrayObject.from_python_not_null_async()ObjectArrayObject.parse_not_null()ObjectArrayObject.parse_not_null_async()ObjectArrayObject.to_python_not_null()ObjectArrayObject.to_python_not_null_async()ObjectArrayObject.type_code
WrappedDataObject
- pygridgain.datatypes.cluster_state module
- pygridgain.datatypes.expiry_policy module
- pygridgain.datatypes.internal module
- pygridgain.datatypes.key_value module
- pygridgain.datatypes.null_object module
NullNullableNullable.from_python()Nullable.from_python_async()Nullable.from_python_not_null()Nullable.from_python_not_null_async()Nullable.parse()Nullable.parse_async()Nullable.parse_not_null()Nullable.parse_not_null_async()Nullable.to_python()Nullable.to_python_async()Nullable.to_python_not_null()Nullable.to_python_not_null_async()
- pygridgain.datatypes.primitive module
- pygridgain.datatypes.primitive_arrays module
- pygridgain.datatypes.primitive_objects module
- pygridgain.datatypes.sql module
- pygridgain.datatypes.standard module
BinaryEnumArrayObjectBinaryEnumObjectDateArrayDateArrayObjectDateObjectDecimalArrayDecimalArrayObjectDecimalObjectEnumArrayEnumArrayObjectEnumObjectObjectArrayStringStringArrayStringArrayObjectTimeArrayTimeArrayObjectTimeObjectTimestampArrayTimestampArrayObjectTimestampObjectUUIDArrayUUIDArrayObjectUUIDObject
- pygridgain.datatypes.transactions module
- Submodules
- pygridgain.connection package
AioConnectionConnection- Submodules
- pygridgain.connection.protocol_context package
ProtocolContextProtocolContext.__init__()ProtocolContext.is_cluster_api_supported()ProtocolContext.is_feature_flags_supported()ProtocolContext.is_partition_awareness_supported()ProtocolContext.is_query_index_vector_similarity_supported()ProtocolContext.is_status_flags_supported()ProtocolContext.is_transactions_supported()ProtocolContext.is_user_attributes_supported()
- pygridgain.connection.protocol_context package
Submodules¶
- pygridgain.binary module
- pygridgain.cache module
BaseCacheCacheCache.__init__()Cache.cache_idCache.cache_infoCache.clear()Cache.clear_key()Cache.clear_keys()Cache.clientCache.contains_key()Cache.contains_keys()Cache.destroy()Cache.get()Cache.get_all()Cache.get_and_put()Cache.get_and_put_if_absent()Cache.get_and_remove()Cache.get_and_replace()Cache.get_size()Cache.nameCache.put()Cache.put_all()Cache.put_if_absent()Cache.remove_all()Cache.remove_if_equals()Cache.remove_key()Cache.remove_keys()Cache.replace()Cache.replace_if_equals()Cache.scan()Cache.select_row()Cache.settingsCache.vector()Cache.with_expire_policy()
create_cache()get_cache()get_or_create_cache()
- pygridgain.aio_cache module
AioCacheAioCache.__init__()AioCache.clear()AioCache.clear_key()AioCache.clear_keys()AioCache.contains_key()AioCache.contains_keys()AioCache.destroy()AioCache.get()AioCache.get_all()AioCache.get_and_put()AioCache.get_and_put_if_absent()AioCache.get_and_remove()AioCache.get_and_replace()AioCache.get_size()AioCache.put()AioCache.put_all()AioCache.put_if_absent()AioCache.remove_all()AioCache.remove_if_equals()AioCache.remove_key()AioCache.remove_keys()AioCache.replace()AioCache.replace_if_equals()AioCache.scan()AioCache.settings()AioCache.vector()
create_cache()get_cache()get_or_create_cache()
- pygridgain.client module
ClientClient.__init__()Client.close()Client.compact_footerClient.connect()Client.create_cache()Client.get_best_node()Client.get_binary_type()Client.get_cache()Client.get_cache_names()Client.get_cluster()Client.get_or_create_cache()Client.partition_awareClient.partition_awareness_supported_by_protocolClient.protocol_contextClient.put_binary_type()Client.query_binary_type()Client.random_nodeClient.register_binary_type()Client.register_cache()Client.sql()Client.tx_start()Client.unwrap_binary()
- pygridgain.aio_client module
AioClientAioClient.__init__()AioClient.close()AioClient.connect()AioClient.create_cache()AioClient.get_best_node()AioClient.get_binary_type()AioClient.get_cache()AioClient.get_cache_names()AioClient.get_cluster()AioClient.get_or_create_cache()AioClient.put_binary_type()AioClient.query_binary_type()AioClient.random_node()AioClient.register_binary_type()AioClient.sql()AioClient.tx_start()AioClient.unwrap_binary()
- pygridgain.cluster module
- pygridgain.aio_cluster module
- pygridgain.transaction module
- pygridgain.cursors module
- pygridgain.exceptions module
- pygridgain.monitoring module