SyncInfoCommands¶
- class aerospike_sdk.sync.info.SyncInfoCommands[source]¶
Bases:
objectSynchronous wrapper for InfoCommands.
Provides the same API as the async InfoCommands but executes operations synchronously by running them on an event loop.
- __init__(async_info, loop_manager)[source]¶
Initialize a SyncInfoCommands.
- Parameters:
async_info (
InfoCommands) – The async InfoCommands to wrap.loop_manager (
_EventLoopManager) – The event loop manager for executing async operations.
- namespace_details(namespace)[source]¶
Get detailed information about a specific namespace (synchronous).
- secondary_indexes(namespace=None)[source]¶
Get information about all secondary indexes (synchronous).
- secondary_index_details(namespace, index_name)[source]¶
Get detailed information about a specific secondary index (synchronous).
- is_cluster_stable()[source]¶
Check if all nodes agree on the current cluster state (synchronous).
- Return type: