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(org.apache.bookkeeper.versioning.Versioned<LedgerMetadata> oldValue, org.apache.bookkeeper.versioning.Versioned<LedgerMetadata> newValue)
-
-
-
Method Detail
-
updateValue
boolean updateValue(org.apache.bookkeeper.versioning.Versioned<LedgerMetadata> oldValue, org.apache.bookkeeper.versioning.Versioned<LedgerMetadata> newValue)
-
-