Package org.apache.cassandra.service
Class ActiveRepairService.ConsistentSessions
- java.lang.Object
-
- org.apache.cassandra.service.ActiveRepairService.ConsistentSessions
-
- Enclosing class:
- ActiveRepairService
public static class ActiveRepairService.ConsistentSessions extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description CoordinatorSessions
coordinated
LocalSessions
local
-
Constructor Summary
Constructors Constructor Description ConsistentSessions(SharedContext ctx)
-
-
-
Field Detail
-
local
public final LocalSessions local
-
coordinated
public final CoordinatorSessions coordinated
-
-
Constructor Detail
-
ConsistentSessions
public ConsistentSessions(SharedContext ctx)
-
-