Package org.apache.bookkeeper.client
Interface MetadataUpdateLoop.LocalValueUpdater
-
- Enclosing class:
- MetadataUpdateLoop
static interface MetadataUpdateLoop.LocalValueUpdater
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
updateValue(Versioned<LedgerMetadata> oldValue, Versioned<LedgerMetadata> newValue)
-
-
-
Method Detail
-
updateValue
boolean updateValue(Versioned<LedgerMetadata> oldValue, Versioned<LedgerMetadata> newValue)
-
-