Package io.etcd.jetcd.options
Class CompactOption.Builder
java.lang.Object
io.etcd.jetcd.options.CompactOption.Builder
- Enclosing class:
- CompactOption
-
Method Summary
Modifier and TypeMethodDescriptionbuild()withCompactPhysical(boolean physical) make compact RPC call wait until the compaction is physically applied to the local database such that compacted entries are totally removed from the backend database.
-
Method Details
-
withCompactPhysical
make compact RPC call wait until the compaction is physically applied to the local database such that compacted entries are totally removed from the backend database.- Parameters:
physical- whether the compact should wait until physically applied- Returns:
- builder
-
build
-