public interface SortedSetProtocol extends SetProtocol
PrimitiveProtocol.Type<C extends PrimitiveProtocolConfig<C>>| Modifier and Type | Method and Description |
|---|---|
<E> SortedSetDelegate<E> |
newSortedSetDelegate(String name,
Serializer serializer,
PrimitiveManagementService managementService)
Returns a new set delegate.
|
newSetDelegatetype<E> SortedSetDelegate<E> newSortedSetDelegate(String name, Serializer serializer, PrimitiveManagementService managementService)
E - the set element typename - the set nameserializer - the set element serializermanagementService - the primitive management serviceCopyright © 2013–2018. All rights reserved.