|
Change Parameter Type rc : int to t : Throwable in method package invalidateLedgerHandle(ledgerHandle ReadHandle, t Throwable) : void in class org.apache.bookkeeper.mledger.impl.ManagedLedgerImpl |
From |
To |
|
Change Parameter Type lh : LedgerHandle to lh : ReadHandle in method public asyncReadEntry(lh ReadHandle, position PositionImpl, callback ReadEntryCallback, ctx Object) : void in class org.apache.bookkeeper.mledger.impl.EntryCache |
From |
To |
|
Change Parameter Type ledgerHandle : LedgerHandle to ledgerHandle : ReadHandle in method package invalidateLedgerHandle(ledgerHandle ReadHandle, t Throwable) : void in class org.apache.bookkeeper.mledger.impl.ManagedLedgerImpl |
From |
To |
|
Change Parameter Type lh : LedgerHandle to lh : ReadHandle in method public asyncReadEntry(lh ReadHandle, firstEntry long, lastEntry long, isSlowestReader boolean, callback ReadEntriesCallback, ctx Object) : void in class org.apache.bookkeeper.mledger.impl.EntryCacheImpl |
From |
To |
|
Change Parameter Type lh : LedgerHandle to lh : ReadHandle in method public asyncReadEntry(lh ReadHandle, position PositionImpl, callback ReadEntryCallback, ctx Object) : void in class org.apache.bookkeeper.mledger.impl.EntryCacheImpl |
From |
To |
|
Change Parameter Type ledger : LedgerHandle to ledger : ReadHandle in method private internalReadFromLedger(ledger ReadHandle, opReadEntry OpReadEntry) : void in class org.apache.bookkeeper.mledger.impl.ManagedLedgerImpl |
From |
To |
|
Change Parameter Type digestType : BookKeeper.DigestType to digestType : DigestType in method public ManagedLedgerOfflineBacklog(digestType DigestType, password byte[], brokerName String, accurate boolean) in class org.apache.bookkeeper.mledger.impl.ManagedLedgerOfflineBacklog |
From |
To |
|
Change Parameter Type lh : LedgerHandle to lh : ReadHandle in method public asyncReadEntry(lh ReadHandle, firstEntry long, lastEntry long, isSlowestReader boolean, callback ReadEntriesCallback, ctx Object) : void in class org.apache.bookkeeper.mledger.impl.EntryCache |
From |
To |
|
Change Variable Type lh : LedgerHandle to lh : ReadHandle in method private getLedgerHandle() : ReadHandle in class org.apache.bookkeeper.mledger.impl.EntryCacheTest |
From |
To |
|
Change Variable Type lh : LedgerHandle to lh : ReadHandle in method package testReadMissingAfter() : void in class org.apache.bookkeeper.mledger.impl.EntryCacheTest |
From |
To |
|
Change Variable Type lh : LedgerHandle to lh : ReadHandle in method package testRead() : void in class org.apache.bookkeeper.mledger.impl.EntryCacheTest |
From |
To |
|
Change Variable Type lh : LedgerHandle to lh : ReadHandle in method package testReadMissingBefore() : void in class org.apache.bookkeeper.mledger.impl.EntryCacheTest |
From |
To |
|
Change Variable Type lh : LedgerHandle to lh : ReadHandle in method package testReadMissingMiddle() : void in class org.apache.bookkeeper.mledger.impl.EntryCacheTest |
From |
To |
|
Change Variable Type future : CompletableFuture<LedgerHandle> to promise : CompletableFuture<ReadHandle> in method package getLedgerHandle(ledgerId long) : CompletableFuture<ReadHandle> in class org.apache.bookkeeper.mledger.impl.ManagedLedgerImpl |
From |
To |
|
Change Variable Type lh : LedgerHandle to lh : ReadHandle in method package testReadMissingMultiple() : void in class org.apache.bookkeeper.mledger.impl.EntryCacheTest |
From |
To |
|
Change Variable Type ledgerHandle : CompletableFuture<LedgerHandle> to ledgerHandle : CompletableFuture<ReadHandle> in method package getLedgerHandle(ledgerId long) : CompletableFuture<ReadHandle> in class org.apache.bookkeeper.mledger.impl.ManagedLedgerImpl |
From |
To |
|
Change Variable Type lh : LedgerHandle to lh : ReadHandle in method package testReadWithError() : void in class org.apache.bookkeeper.mledger.impl.EntryCacheTest |
From |
To |