|
|
| bitmap_index_options () |
| | Constructs a new bitmap index options instance with all options set to default values.
|
| |
◆ unique_key_transformation
| Enumerator |
|---|
| OBJECT | Extracted unique key value is interpreted as an object value.
Non-negative unique ID is assigned to every distinct object value.
|
| LONG | Extracted unique key value is interpreted as a whole integer value of byte, short, int or long type.
The extracted value is upcasted to long (if necessary) and unique non-negative ID is assigned to every distinct value.
|
| RAW | Extracted unique key value is interpreted as a whole integer value of byte, short, int or long type.
The extracted value is upcasted to long (if necessary) and the resulting value is used directly as an ID.
|
The documentation for this struct was generated from the following files:
- hazelcast/include/hazelcast/client/config/index_config.h
- hazelcast/src/hazelcast/client/config.cpp