| Package | Description |
|---|---|
| org.apache.cassandra.db.marshal | |
| org.apache.cassandra.serializers |
| Modifier and Type | Field and Description |
|---|---|
ValueComparators |
AbstractType.comparatorSet |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> MapSerializer<K,V> |
MapSerializer.getInstance(TypeSerializer<K> keys,
TypeSerializer<V> values,
ValueComparators comparators) |
static <T> SetSerializer<T> |
SetSerializer.getInstance(TypeSerializer<T> elements,
ValueComparators comparators) |
| Constructor and Description |
|---|
SetSerializer(TypeSerializer<T> elements,
ValueComparators comparators) |
Copyright © 2009-2020 The Apache Software Foundation