Uses of Class
com.clickhouse.data.ClickHouseFreezableMap
Packages that use ClickHouseFreezableMap
-
Uses of ClickHouseFreezableMap in com.clickhouse.data
Methods in com.clickhouse.data that return ClickHouseFreezableMapModifier and TypeMethodDescriptionClickHouseFreezableMap.freeze()Freezes the map to discard write operations.static <K,V> ClickHouseFreezableMap<K, V> Creates a freezable map with initial data and optional whitelisted keys.ClickHouseFreezableMap.unfreeze()Unfreezes the map to accept write operations.