Uses of Class
org.apache.bookkeeper.mledger.proto.MLDataFormats.ManagedCursorInfo
-
Packages that use MLDataFormats.ManagedCursorInfo 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. -
-
Uses of MLDataFormats.ManagedCursorInfo in org.apache.bookkeeper.mledger.impl
Methods in org.apache.bookkeeper.mledger.impl with parameters of type MLDataFormats.ManagedCursorInfo Modifier and Type Method Description voidMetaStore. asyncUpdateCursorInfo(java.lang.String ledgerName, java.lang.String cursorName, MLDataFormats.ManagedCursorInfo info, org.apache.pulsar.metadata.api.Stat stat, MetaStore.MetaStoreCallback<java.lang.Void> callback)Update the persisted position of a cursor.voidMetaStoreImpl. asyncUpdateCursorInfo(java.lang.String ledgerName, java.lang.String cursorName, MLDataFormats.ManagedCursorInfo info, org.apache.pulsar.metadata.api.Stat stat, MetaStore.MetaStoreCallback<java.lang.Void> callback)protected voidManagedCursorImpl. recoverFromLedger(MLDataFormats.ManagedCursorInfo info, ManagedCursorImpl.VoidCallback callback)Method parameters in org.apache.bookkeeper.mledger.impl with type arguments of type MLDataFormats.ManagedCursorInfo Modifier and Type Method Description voidMetaStore. asyncGetCursorInfo(java.lang.String ledgerName, java.lang.String cursorName, MetaStore.MetaStoreCallback<MLDataFormats.ManagedCursorInfo> callback)Get the ledger id associated with a cursor.voidMetaStoreImpl. asyncGetCursorInfo(java.lang.String ledgerName, java.lang.String cursorName, MetaStore.MetaStoreCallback<MLDataFormats.ManagedCursorInfo> callback) -
Uses of MLDataFormats.ManagedCursorInfo in org.apache.bookkeeper.mledger.proto
Fields in org.apache.bookkeeper.mledger.proto with type parameters of type MLDataFormats.ManagedCursorInfo Modifier and Type Field Description static com.google.protobuf.Parser<MLDataFormats.ManagedCursorInfo>MLDataFormats.ManagedCursorInfo. PARSERDeprecated.Methods in org.apache.bookkeeper.mledger.proto that return MLDataFormats.ManagedCursorInfo Modifier and Type Method Description MLDataFormats.ManagedCursorInfoMLDataFormats.ManagedCursorInfo.Builder. build()MLDataFormats.ManagedCursorInfoMLDataFormats.ManagedCursorInfo.Builder. buildPartial()static MLDataFormats.ManagedCursorInfoMLDataFormats.ManagedCursorInfo. getDefaultInstance()MLDataFormats.ManagedCursorInfoMLDataFormats.ManagedCursorInfo.Builder. getDefaultInstanceForType()MLDataFormats.ManagedCursorInfoMLDataFormats.ManagedCursorInfo. getDefaultInstanceForType()static MLDataFormats.ManagedCursorInfoMLDataFormats.ManagedCursorInfo. parseDelimitedFrom(java.io.InputStream input)static MLDataFormats.ManagedCursorInfoMLDataFormats.ManagedCursorInfo. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MLDataFormats.ManagedCursorInfoMLDataFormats.ManagedCursorInfo. parseFrom(byte[] data)static MLDataFormats.ManagedCursorInfoMLDataFormats.ManagedCursorInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MLDataFormats.ManagedCursorInfoMLDataFormats.ManagedCursorInfo. parseFrom(com.google.protobuf.ByteString data)static MLDataFormats.ManagedCursorInfoMLDataFormats.ManagedCursorInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MLDataFormats.ManagedCursorInfoMLDataFormats.ManagedCursorInfo. parseFrom(com.google.protobuf.CodedInputStream input)static MLDataFormats.ManagedCursorInfoMLDataFormats.ManagedCursorInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MLDataFormats.ManagedCursorInfoMLDataFormats.ManagedCursorInfo. parseFrom(java.io.InputStream input)static MLDataFormats.ManagedCursorInfoMLDataFormats.ManagedCursorInfo. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MLDataFormats.ManagedCursorInfoMLDataFormats.ManagedCursorInfo. parseFrom(java.nio.ByteBuffer data)static MLDataFormats.ManagedCursorInfoMLDataFormats.ManagedCursorInfo. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.apache.bookkeeper.mledger.proto that return types with arguments of type MLDataFormats.ManagedCursorInfo Modifier and Type Method Description com.google.protobuf.Parser<MLDataFormats.ManagedCursorInfo>MLDataFormats.ManagedCursorInfo. getParserForType()static com.google.protobuf.Parser<MLDataFormats.ManagedCursorInfo>MLDataFormats.ManagedCursorInfo. parser()Methods in org.apache.bookkeeper.mledger.proto with parameters of type MLDataFormats.ManagedCursorInfo Modifier and Type Method Description MLDataFormats.ManagedCursorInfo.BuilderMLDataFormats.ManagedCursorInfo.Builder. mergeFrom(MLDataFormats.ManagedCursorInfo other)static MLDataFormats.ManagedCursorInfo.BuilderMLDataFormats.ManagedCursorInfo. newBuilder(MLDataFormats.ManagedCursorInfo prototype)
-