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()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocalSession
build()
LocalSession.Builder
withLastUpdate(int lastUpdate)
LocalSession.Builder
withStartedAt(int startedAt)
-
-
-
Method Detail
-
withStartedAt
public LocalSession.Builder withStartedAt(int startedAt)
-
withLastUpdate
public LocalSession.Builder withLastUpdate(int lastUpdate)
-
build
public LocalSession build()
-
-