public abstract static class ReplicaMultimap.Builder<K,B extends ReplicaCollection.Builder<?>>
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
B |
get(K key) |
B |
getIfPresent(K key) |
protected abstract B |
newBuilder(K key) |
void |
put(K key,
Replica replica) |
Copyright © 2009-2022 The Apache Software Foundation