K - the set key typepublic interface ChronicleSet<K> extends Set<K>, ChronicleHash<K,SetEntry<K>,SetSegmentContext<K,?>,ExternalSetQueryContext<K,?>>
ChronicleSet provides concurrent access to a Chronicle Map key-value store with
zero-sized values from a JVM process, wrapped as an extension of Set interface.ChronicleMap| Modifier and Type | Method and Description |
|---|---|
static <K> ChronicleSetBuilder<K> |
of(Class<K> keyClass)
Delegates to
ChronicleSetBuilder.of(Class) for convenience. |
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, spliterator, toArray, toArrayparallelStream, removeIf, streamclose, file, forEachEntry, forEachEntryWhile, isOpen, keyClass, longSize, name, offHeapMemoryUsed, queryContext, queryContext, queryContext, segmentContext, segments, toIdentityStringstatic <K> ChronicleSetBuilder<K> of(Class<K> keyClass)
ChronicleSetBuilder.of(Class) for convenience.K - the key type of the ChronicleSet to createkeyClass - class of the key type of the ChronicleSet to createChronicleSetBuilder for the given key classCopyright © 2019. All rights reserved.