Module: Aerospike::Features

Defined in:
lib/aerospike/features.rb

Overview

Feature flags describing capabilities of the Aerospike server cluster the client is connected to. The list of supported server features can be retrieved by issuing the “features” info command.

Constant Summary collapse

CDT_LIST =

Server supports List Complex Data Type (CDT)

:'cdt-list'
CDT_MAP =

Server supports Map Complex Data Type (CDT)

:'cdt-map'
FLOAT =

Server supports Float data type

:float
GEO =

Server supports geo-spatial data type and indexing

:geo
LUT_NOW =

Server requires ‘lut=now’ in truncate command (AER-5955)

:'lut-now'
PEERS =

Server supports the new ‘peers’ protocol for automatic node discovery

:peers
TRUNCATE_NAMESPACE =

Server supports the ‘truncate-namespace’ command

:'truncate-namespace'
BLOB_BITS =

Server supports the ‘blob-bits’ command

:'blob-bits'
PARTITION_SCAN =

Server supports resumable partition scans

:'pscans'
QUERY_SHOW =

Server supports the ‘query-show’ command to check for the progress of the scans and queries

:'query-show'
BATCH_ANY =

Server supports the batch command for all types of operations, including wrties

:'batch-any'
PARTITION_QUERY =

Server supports resumable partition queries

:'pquery'