Uses of Class
org.apache.cassandra.db.marshal.MapType
Packages that use MapType
-
Uses of MapType in org.apache.cassandra.cql3
Methods in org.apache.cassandra.cql3 that return MapTypeModifier and TypeMethodDescriptionstatic <T> MapType<?,?> Maps.getExactMapTypeIfKnown(List<Pair<T, T>> entries, Function<T, AbstractType<?>> mapper) Returns the exact MapType from the entries if it can be known.static <T> MapType<?,?> Maps.getPreferredCompatibleType(List<Pair<T, T>> entries, Function<T, AbstractType<?>> mapper) Methods in org.apache.cassandra.cql3 with parameters of type MapTypeModifier and TypeMethodDescriptionbooleanMaps.Value.equals(MapType<?, ?> mt, Maps.Value v) static <K,V> Maps.Value Maps.Value.fromSerialized(ByteBuffer value, MapType<K, V> type) -
Uses of MapType in org.apache.cassandra.db.marshal
Methods in org.apache.cassandra.db.marshal that return MapTypeModifier and TypeMethodDescriptionstatic <K,V> MapType<K, V> MapType.getInstance(AbstractType<K> keys, AbstractType<V> values, boolean isMultiCell) static MapType<?,?> MapType.getInstance(TypeParser parser) MapType<?,?> MapType.withUpdatedUserType(UserType udt)