Class LocalSession.Builder
- java.lang.Object
-
- org.apache.cassandra.repair.consistent.LocalSession.Builder
-
- Enclosing class:
- LocalSession
public static class LocalSession.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder(SharedContext ctx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocalSession
build()
LocalSession.Builder
withLastUpdate(long lastUpdate)
LocalSession.Builder
withStartedAt(long startedAt)
-
-
-
Constructor Detail
-
Builder
public Builder(SharedContext ctx)
-
-
Method Detail
-
withStartedAt
public LocalSession.Builder withStartedAt(long startedAt)
-
withLastUpdate
public LocalSession.Builder withLastUpdate(long lastUpdate)
-
build
public LocalSession build()
-
-