Uses of Interface
io.grpc.PersistentHashArrayMappedTrie.Node
Packages that use PersistentHashArrayMappedTrie.Node
-
Uses of PersistentHashArrayMappedTrie.Node in io.grpc
Classes in io.grpc that implement PersistentHashArrayMappedTrie.NodeModifier and TypeClassDescription(package private) static final class
(package private) static final class
(package private) static final class
Fields in io.grpc declared as PersistentHashArrayMappedTrie.NodeModifier and TypeFieldDescription(package private) final PersistentHashArrayMappedTrie.Node
<Context.Key<?>, Object> Context.keyValueEntries
(package private) final PersistentHashArrayMappedTrie.Node<K,
V>[] PersistentHashArrayMappedTrie.CompressedIndex.values
Methods in io.grpc that return PersistentHashArrayMappedTrie.NodeModifier and TypeMethodDescription(package private) static <K,
V> PersistentHashArrayMappedTrie.Node <K, V> PersistentHashArrayMappedTrie.CompressedIndex.combine
(PersistentHashArrayMappedTrie.Node<K, V> node1, int hash1, PersistentHashArrayMappedTrie.Node<K, V> node2, int hash2, int bitsConsumed) (package private) static <K,
V> PersistentHashArrayMappedTrie.Node <K, V> PersistentHashArrayMappedTrie.put
(PersistentHashArrayMappedTrie.Node<K, V> root, K key, V value) Returns a new trie where the key is set to the specified value.Methods in io.grpc with parameters of type PersistentHashArrayMappedTrie.NodeModifier and TypeMethodDescription(package private) static <K,
V> PersistentHashArrayMappedTrie.Node <K, V> PersistentHashArrayMappedTrie.CompressedIndex.combine
(PersistentHashArrayMappedTrie.Node<K, V> node1, int hash1, PersistentHashArrayMappedTrie.Node<K, V> node2, int hash2, int bitsConsumed) (package private) static <K,
V> V PersistentHashArrayMappedTrie.get
(PersistentHashArrayMappedTrie.Node<K, V> root, K key) Returns the value with the specified key, ornull
if it does not exist.(package private) static <K,
V> PersistentHashArrayMappedTrie.Node <K, V> PersistentHashArrayMappedTrie.put
(PersistentHashArrayMappedTrie.Node<K, V> root, K key, V value) Returns a new trie where the key is set to the specified value.Constructors in io.grpc with parameters of type PersistentHashArrayMappedTrie.NodeModifierConstructorDescriptionprivate
CompressedIndex
(int bitmap, PersistentHashArrayMappedTrie.Node<K, V>[] values, int size) private
Context
(Context parent, PersistentHashArrayMappedTrie.Node<Context.Key<?>, Object> keyValueEntries) Construct a context that cannot be cancelled but will cascade cancellation from its parent if it is cancellable.private
Context
(PersistentHashArrayMappedTrie.Node<Context.Key<?>, Object> keyValueEntries, int generation) Construct a context that cannot be cancelled and will not cascade cancellation from its parent.