Class LocalSession
java.lang.Object
org.apache.cassandra.repair.consistent.ConsistentSession
org.apache.cassandra.repair.consistent.LocalSession
Basically just a record of a local session. All of the local session logic is implemented in
LocalSessions-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.apache.cassandra.repair.consistent.ConsistentSession
ConsistentSession.State -
Field Summary
FieldsFields inherited from class org.apache.cassandra.repair.consistent.ConsistentSession
coordinator, ctx, participants, ranges, repairedAt, sessionID, tableIds -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LocalSession.Builderbuilder(SharedContext ctx) booleanlonglonginthashCode()voidtoString()Methods inherited from class org.apache.cassandra.repair.consistent.ConsistentSession
getState, intersects, isCompleted, setState
-
Field Details
-
startedAt
public final long startedAt
-
-
Constructor Details
-
LocalSession
-
-
Method Details
-
getStartedAt
public long getStartedAt() -
getLastUpdate
public long getLastUpdate() -
setLastUpdate
public void setLastUpdate() -
equals
- Overrides:
equalsin classConsistentSession
-
hashCode
public int hashCode()- Overrides:
hashCodein classConsistentSession
-
toString
- Overrides:
toStringin classConsistentSession
-