| Package | Description |
|---|---|
| org.apache.bookkeeper.mledger.impl |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| org.apache.bookkeeper.mledger.proto |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetaStore.asyncUpdateCursorInfo(String ledgerName,
String cursorName,
MLDataFormats.ManagedCursorInfo info,
Stat stat,
MetaStore.MetaStoreCallback<Void> callback)
Update the persisted position of a cursor.
|
void |
MetaStoreImpl.asyncUpdateCursorInfo(String ledgerName,
String cursorName,
MLDataFormats.ManagedCursorInfo info,
Stat stat,
MetaStore.MetaStoreCallback<Void> callback) |
protected void |
ManagedCursorImpl.recoverFromLedger(MLDataFormats.ManagedCursorInfo info,
ManagedCursorImpl.VoidCallback callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
MetaStore.asyncGetCursorInfo(String ledgerName,
String cursorName,
MetaStore.MetaStoreCallback<MLDataFormats.ManagedCursorInfo> callback)
Get the ledger id associated with a cursor.
|
void |
MetaStoreImpl.asyncGetCursorInfo(String ledgerName,
String cursorName,
MetaStore.MetaStoreCallback<MLDataFormats.ManagedCursorInfo> callback) |
| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.Parser<MLDataFormats.ManagedCursorInfo> |
MLDataFormats.ManagedCursorInfo.PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
MLDataFormats.ManagedCursorInfo |
MLDataFormats.ManagedCursorInfo.Builder.build() |
MLDataFormats.ManagedCursorInfo |
MLDataFormats.ManagedCursorInfo.Builder.buildPartial() |
static MLDataFormats.ManagedCursorInfo |
MLDataFormats.ManagedCursorInfo.getDefaultInstance() |
MLDataFormats.ManagedCursorInfo |
MLDataFormats.ManagedCursorInfo.getDefaultInstanceForType() |
MLDataFormats.ManagedCursorInfo |
MLDataFormats.ManagedCursorInfo.Builder.getDefaultInstanceForType() |
static MLDataFormats.ManagedCursorInfo |
MLDataFormats.ManagedCursorInfo.parseDelimitedFrom(InputStream input) |
static MLDataFormats.ManagedCursorInfo |
MLDataFormats.ManagedCursorInfo.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MLDataFormats.ManagedCursorInfo |
MLDataFormats.ManagedCursorInfo.parseFrom(byte[] data) |
static MLDataFormats.ManagedCursorInfo |
MLDataFormats.ManagedCursorInfo.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MLDataFormats.ManagedCursorInfo |
MLDataFormats.ManagedCursorInfo.parseFrom(ByteBuffer data) |
static MLDataFormats.ManagedCursorInfo |
MLDataFormats.ManagedCursorInfo.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MLDataFormats.ManagedCursorInfo |
MLDataFormats.ManagedCursorInfo.parseFrom(com.google.protobuf.ByteString data) |
static MLDataFormats.ManagedCursorInfo |
MLDataFormats.ManagedCursorInfo.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MLDataFormats.ManagedCursorInfo |
MLDataFormats.ManagedCursorInfo.parseFrom(com.google.protobuf.CodedInputStream input) |
static MLDataFormats.ManagedCursorInfo |
MLDataFormats.ManagedCursorInfo.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MLDataFormats.ManagedCursorInfo |
MLDataFormats.ManagedCursorInfo.parseFrom(InputStream input) |
static MLDataFormats.ManagedCursorInfo |
MLDataFormats.ManagedCursorInfo.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<MLDataFormats.ManagedCursorInfo> |
MLDataFormats.ManagedCursorInfo.getParserForType() |
static com.google.protobuf.Parser<MLDataFormats.ManagedCursorInfo> |
MLDataFormats.ManagedCursorInfo.parser() |
| Modifier and Type | Method and Description |
|---|---|
MLDataFormats.ManagedCursorInfo.Builder |
MLDataFormats.ManagedCursorInfo.Builder.mergeFrom(MLDataFormats.ManagedCursorInfo other) |
static MLDataFormats.ManagedCursorInfo.Builder |
MLDataFormats.ManagedCursorInfo.newBuilder(MLDataFormats.ManagedCursorInfo prototype) |
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.