E - type set elements.public abstract class DistributedNavigableSetBuilder<E extends Comparable<E>> extends DistributedCollectionBuilder<DistributedNavigableSetBuilder<E>,DistributedNavigableSetConfig,DistributedNavigableSet<E>,E> implements ProxyCompatibleBuilder<DistributedNavigableSetBuilder<E>>, NavigableSetCompatibleBuilder<DistributedNavigableSetBuilder<E>>
| Modifier and Type | Method and Description |
|---|---|
DistributedNavigableSetBuilder<E> |
withProtocol(NavigableSetProtocol protocol)
Configures the builder with a set compatible gossip protocol.
|
DistributedNavigableSetBuilder<E> |
withProtocol(ProxyProtocol protocol)
Configures the builder with a state machine replication protocol.
|
addExtraType, withCompatibleSerialization, withCompatibleSerialization, withElementType, withExtraTypes, withRegistrationRequired, withRegistrationRequiredbuild, buildAsync, withReadOnly, withReadOnly, withSerializerpublic DistributedNavigableSetBuilder<E> withProtocol(ProxyProtocol protocol)
ProxyCompatibleBuilderwithProtocol in interface ProxyCompatibleBuilder<DistributedNavigableSetBuilder<E extends Comparable<E>>>protocol - the state machine replication protocolpublic DistributedNavigableSetBuilder<E> withProtocol(NavigableSetProtocol protocol)
NavigableSetCompatibleBuilderwithProtocol in interface NavigableSetCompatibleBuilder<DistributedNavigableSetBuilder<E extends Comparable<E>>>protocol - the set protocolCopyright © 2013–2018. All rights reserved.