|
Rename Method public treeSetBuilder(name String) : DistributedTreeSetBuilder<E> renamed to public sortedSetBuilder(name String) : DistributedSortedSetBuilder<E> in class io.atomix.core.PrimitivesService |
From |
To |
|
Rename Method public getTreeSet(name String) : DistributedTreeSet<E> renamed to public getSortedSet(name String) : DistributedSortedSet<E> in class io.atomix.core.Atomix |
From |
To |
|
Rename Method public getTreeSet(name String) : DistributedTreeSet<E> renamed to public getSortedSet(name String) : DistributedSortedSet<E> in class io.atomix.core.PrimitivesService |
From |
To |
|
Rename Method public getTreeSet(name String) : DistributedTreeSet<E> renamed to public getSortedSet(name String) : DistributedSortedSet<E> in class io.atomix.core.impl.CorePrimitivesService |
From |
To |
|
Rename Method public treeSetBuilder(name String, protocol PrimitiveProtocol) : DistributedTreeSetBuilder<E> renamed to public sortedSetBuilder(name String, protocol PrimitiveProtocol) : DistributedSortedSetBuilder<E> in class io.atomix.core.PrimitivesService |
From |
To |
|
Change Parameter Type set : TreeSetProtocol<E> to set : SortedSetProtocol<E> in method public GossipDistributedSortedSet(name String, protocol PrimitiveProtocol, set SortedSetProtocol<E>) in class io.atomix.core.set.impl.GossipDistributedSortedSet |
From |
To |
|
Change Parameter Type config : DistributedTreeSetConfig to config : DistributedSortedSetConfig in method public DefaultDistributedSortedSetBuilder(name String, config DistributedSortedSetConfig, managementService PrimitiveManagementService) in class io.atomix.core.set.impl.DefaultDistributedSortedSetBuilder |
From |
To |
|
Change Parameter Type config : DistributedTreeSetConfig to config : DistributedSortedSetConfig in method public newBuilder(name String, config DistributedSortedSetConfig, managementService PrimitiveManagementService) : DistributedSortedSetBuilder<E> in class io.atomix.core.set.DistributedSortedSetType |
From |
To |
|
Change Parameter Type primitive : DistributedTreeSet<E> to primitive : DistributedSortedSet<E> in method public newResource(primitive DistributedSortedSet<E>) : PrimitiveResource in class io.atomix.core.set.DistributedSortedSetType |
From |
To |
|
Change Parameter Type config : DistributedTreeSetConfig to config : DistributedSortedSetConfig in method public DistributedSortedSetBuilder(name String, config DistributedSortedSetConfig, managementService PrimitiveManagementService) in class io.atomix.core.set.DistributedSortedSetBuilder |
From |
To |
|
Change Return Type DistributedTreeSetType<E> to DistributedSortedSetType<E> in method public instance() : DistributedSortedSetType<E> in class io.atomix.core.set.DistributedSortedSetType |
From |
To |
|
Change Return Type CompletableFuture<DistributedTreeSet<E>> to CompletableFuture<DistributedSortedSet<E>> in method public buildAsync() : CompletableFuture<DistributedSortedSet<E>> in class io.atomix.core.set.impl.DefaultDistributedSortedSetBuilder |
From |
To |
|
Change Return Type DistributedTreeSet<E> to DistributedNavigableSet<E> in method public sync(operationTimeout Duration) : DistributedNavigableSet<E> in class io.atomix.core.set.impl.DistributedNavigableSetProxy |
From |
To |
|
Change Return Type DistributedTreeSet<E> to DistributedSortedSet<E> in method public getSortedSet(name String) : DistributedSortedSet<E> in class io.atomix.core.Atomix |
From |
To |
|
Change Return Type DistributedTreeSetBuilder<E> to DistributedSortedSetBuilder<E> in method public sortedSetBuilder(name String) : DistributedSortedSetBuilder<E> in class io.atomix.core.PrimitivesService |
From |
To |
|
Change Return Type DistributedTreeSet<E> to DistributedSortedSet<E> in method public getSortedSet(name String) : DistributedSortedSet<E> in class io.atomix.core.PrimitivesService |
From |
To |
|
Change Return Type DistributedTreeSet<E> to DistributedSortedSet<E> in method public getSortedSet(name String) : DistributedSortedSet<E> in class io.atomix.core.impl.CorePrimitivesService |
From |
To |
|
Change Return Type DistributedTreeSetConfig to DistributedSortedSetConfig in method public newConfig() : DistributedSortedSetConfig in class io.atomix.core.set.DistributedSortedSetType |
From |
To |
|
Change Return Type DistributedTreeSetBuilder<E> to DistributedSortedSetBuilder<E> in method public sortedSetBuilder(name String, protocol PrimitiveProtocol) : DistributedSortedSetBuilder<E> in class io.atomix.core.PrimitivesService |
From |
To |
|
Change Return Type DistributedTreeSetBuilder<E> to DistributedSortedSetBuilder<E> in method public newBuilder(name String, config DistributedSortedSetConfig, managementService PrimitiveManagementService) : DistributedSortedSetBuilder<E> in class io.atomix.core.set.DistributedSortedSetType |
From |
To |
|
Rename Class io.atomix.protocols.gossip.set.CrdtTreeSet renamed to io.atomix.protocols.gossip.set.CrdtNavigableSet |
From |
To |
|
Rename Class io.atomix.core.set.DistributedTreeSetConfig renamed to io.atomix.core.set.DistributedSortedSetConfig |
From |
To |
|
Rename Class io.atomix.core.set.impl.DistributedTreeSetProxy renamed to io.atomix.core.set.impl.DistributedNavigableSetProxy |
From |
To |
|
Rename Class io.atomix.primitive.protocol.set.TreeSetProtocol renamed to io.atomix.primitive.protocol.set.SortedSetProtocol |
From |
To |
|
Rename Class io.atomix.core.set.impl.DefaultDistributedTreeSetService renamed to io.atomix.core.set.impl.DefaultDistributedNavigableSetService |
From |
To |
|
Rename Class io.atomix.core.set.impl.DefaultDistributedTreeSetBuilder renamed to io.atomix.core.set.impl.DefaultDistributedSortedSetBuilder |
From |
To |
|
Rename Class io.atomix.primitive.protocol.set.TreeSetProtocolProvider renamed to io.atomix.primitive.protocol.set.SortedSetProtocolProvider |
From |
To |
|
Rename Class io.atomix.core.set.RaftDistributedTreeSetTest renamed to io.atomix.core.set.RaftDistributedNavigableSetTest |
From |
To |
|
Rename Class io.atomix.core.set.impl.GossipDistributedTreeSet renamed to io.atomix.core.set.impl.GossipDistributedSortedSet |
From |
To |
|
Rename Class io.atomix.core.set.DistributedTreeSetBuilder renamed to io.atomix.core.set.DistributedSortedSetBuilder |
From |
To |
|
Rename Class io.atomix.core.set.DistributedTreeSetTest renamed to io.atomix.core.set.DistributedNavigableSetTest |
From |
To |
|
Rename Class io.atomix.core.set.PrimaryBackupDistributedTreeSetTest renamed to io.atomix.core.set.PrimaryBackupDistributedNavigableSetTest |
From |
To |
|
Rename Class io.atomix.core.set.DistributedTreeSetType renamed to io.atomix.core.set.DistributedSortedSetType |
From |
To |