Skip to content

Commit

Permalink
Remove unused Atomix packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
kuujo committed Nov 6, 2017
1 parent 4cca124 commit d1073d7
Show file tree
Hide file tree
Showing 24 changed files with 106 additions and 523 deletions.
16 changes: 0 additions & 16 deletions core/src/main/java/io/atomix/Atomix.java
Expand Up @@ -17,8 +17,6 @@

import io.atomix.cluster.ClusterService;
import io.atomix.cluster.LogicalClockService;
import io.atomix.leadership.LeadershipService;
import io.atomix.lock.LockService;
import io.atomix.partition.PartitionService;
import io.atomix.primitives.PrimitiveService;

Expand All @@ -34,20 +32,6 @@ public interface Atomix {
*/
ClusterService getClusterService();

/**
* Returns the cluster leadership service.
*
* @return the cluster leadership service
*/
LeadershipService getLeadershipService();

/**
* Returns the lock service.
*
* @return the lock service
*/
LockService getLockService();

/**
* Returns the cluster partition service.
*
Expand Down
20 changes: 0 additions & 20 deletions core/src/main/java/io/atomix/consensus/package-info.java

This file was deleted.

111 changes: 0 additions & 111 deletions core/src/main/java/io/atomix/leadership/LeadershipEvent.java

This file was deleted.

118 changes: 0 additions & 118 deletions core/src/main/java/io/atomix/leadership/LeadershipService.java

This file was deleted.

41 changes: 0 additions & 41 deletions core/src/main/java/io/atomix/lock/LockEvent.java

This file was deleted.

24 changes: 0 additions & 24 deletions core/src/main/java/io/atomix/lock/LockEventListener.java

This file was deleted.

0 comments on commit d1073d7

Please sign in to comment.