Uses of Class
org.apache.bookkeeper.mledger.proto.MLDataFormats.ManagedCursorInfo
Packages that use MLDataFormats.ManagedCursorInfo
-
Uses of MLDataFormats.ManagedCursorInfo in org.apache.bookkeeper.mledger.impl
Methods in org.apache.bookkeeper.mledger.impl that return MLDataFormats.ManagedCursorInfoMethods in org.apache.bookkeeper.mledger.impl with parameters of type MLDataFormats.ManagedCursorInfoModifier and TypeMethodDescriptionvoidMetaStore.asyncUpdateCursorInfo(String ledgerName, String cursorName, MLDataFormats.ManagedCursorInfo info, Stat stat, MetaStore.MetaStoreCallback<Void> callback) Update the persisted position of a cursor.voidMetaStoreImpl.asyncUpdateCursorInfo(String ledgerName, String cursorName, MLDataFormats.ManagedCursorInfo info, Stat stat, MetaStore.MetaStoreCallback<Void> callback) byte[]MetaStoreImpl.compressCursorInfo(MLDataFormats.ManagedCursorInfo managedCursorInfo) protected voidManagedCursorImpl.recoverFromLedger(MLDataFormats.ManagedCursorInfo info, ManagedCursorImpl.VoidCallback callback) Method parameters in org.apache.bookkeeper.mledger.impl with type arguments of type MLDataFormats.ManagedCursorInfoModifier and TypeMethodDescriptionvoidMetaStore.asyncGetCursorInfo(String ledgerName, String cursorName, MetaStore.MetaStoreCallback<MLDataFormats.ManagedCursorInfo> callback) Get the ledger id associated with a cursor.voidMetaStoreImpl.asyncGetCursorInfo(String ledgerName, 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.ManagedCursorInfoModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<MLDataFormats.ManagedCursorInfo>MLDataFormats.ManagedCursorInfo.PARSERDeprecated.Methods in org.apache.bookkeeper.mledger.proto that return MLDataFormats.ManagedCursorInfoModifier and TypeMethodDescriptionMLDataFormats.ManagedCursorInfo.Builder.build()MLDataFormats.ManagedCursorInfo.Builder.buildPartial()MLDataFormats.ManagedCursorInfo.getDefaultInstance()MLDataFormats.ManagedCursorInfo.Builder.getDefaultInstanceForType()MLDataFormats.ManagedCursorInfo.getDefaultInstanceForType()MLDataFormats.ManagedCursorInfo.parseDelimitedFrom(InputStream input) MLDataFormats.ManagedCursorInfo.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) MLDataFormats.ManagedCursorInfo.parseFrom(byte[] data) MLDataFormats.ManagedCursorInfo.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) MLDataFormats.ManagedCursorInfo.parseFrom(com.google.protobuf.ByteString data) MLDataFormats.ManagedCursorInfo.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) MLDataFormats.ManagedCursorInfo.parseFrom(com.google.protobuf.CodedInputStream input) MLDataFormats.ManagedCursorInfo.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) MLDataFormats.ManagedCursorInfo.parseFrom(InputStream input) MLDataFormats.ManagedCursorInfo.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) MLDataFormats.ManagedCursorInfo.parseFrom(ByteBuffer data) MLDataFormats.ManagedCursorInfo.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.apache.bookkeeper.mledger.proto that return types with arguments of type MLDataFormats.ManagedCursorInfoModifier and TypeMethodDescriptioncom.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.ManagedCursorInfoModifier and TypeMethodDescriptionMLDataFormats.ManagedCursorInfo.Builder.mergeFrom(MLDataFormats.ManagedCursorInfo other) MLDataFormats.ManagedCursorInfo.newBuilder(MLDataFormats.ManagedCursorInfo prototype)