| Package | Description |
|---|---|
| org.apache.bookkeeper.mledger.impl |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| Modifier and Type | Method and Description |
|---|---|
static EntryImpl |
EntryImpl.create(EntryImpl other) |
static EntryImpl |
EntryImpl.create(org.apache.bookkeeper.client.api.LedgerEntry ledgerEntry) |
static EntryImpl |
EntryImpl.create(long ledgerId,
long entryId,
byte[] data) |
static EntryImpl |
EntryImpl.create(long ledgerId,
long entryId,
io.netty.buffer.ByteBuf data) |
static EntryImpl |
EntryImpl.create(PositionImpl position,
io.netty.buffer.ByteBuf data) |
| Modifier and Type | Method and Description |
|---|---|
int |
EntryImpl.compareTo(EntryImpl other) |
static EntryImpl |
EntryImpl.create(EntryImpl other) |
boolean |
EntryCache.insert(EntryImpl entry)
Insert an entry in the cache.
|
boolean |
EntryCacheImpl.insert(EntryImpl entry) |
boolean |
EntryCacheManager.EntryCacheDisabled.insert(EntryImpl entry) |
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.