Uses of Interface
org.apache.bookkeeper.mledger.ManagedCursor
-
Packages that use ManagedCursor Package Description org.apache.bookkeeper.mledger Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.bookkeeper.mledger.impl Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of ManagedCursor in org.apache.bookkeeper.mledger
Methods in org.apache.bookkeeper.mledger that return ManagedCursor Modifier and Type Method Description ManagedCursorManagedLedger. getSlowestConsumer()Get the slowest consumer.ManagedCursorManagedLedger. newNonDurableCursor(Position startCursorPosition)Creates a new cursor whose metadata is not backed by durable storage.ManagedCursorManagedLedger. newNonDurableCursor(Position startPosition, java.lang.String subscriptionName)ManagedCursorManagedLedger. newNonDurableCursor(Position startPosition, java.lang.String subscriptionName, org.apache.pulsar.common.api.proto.CommandSubscribe.InitialPosition initialPosition)ManagedCursorManagedLedger. openCursor(java.lang.String name)Open a ManagedCursor in this ManagedLedger.ManagedCursorManagedLedger. openCursor(java.lang.String name, org.apache.pulsar.common.api.proto.CommandSubscribe.InitialPosition initialPosition)Open a ManagedCursor in this ManagedLedger.ManagedCursorManagedLedger. openCursor(java.lang.String name, org.apache.pulsar.common.api.proto.CommandSubscribe.InitialPosition initialPosition, java.util.Map<java.lang.String,java.lang.Long> properties)Open a ManagedCursor in this ManagedLedger.Methods in org.apache.bookkeeper.mledger that return types with arguments of type ManagedCursor Modifier and Type Method Description java.lang.Iterable<ManagedCursor>ManagedLedger. getActiveCursors()Get a list of all the active cursors reading from this ManagedLedger.java.lang.Iterable<ManagedCursor>ManagedLedger. getCursors()Get a list of all the cursors reading from this ManagedLedgerMethods in org.apache.bookkeeper.mledger with parameters of type ManagedCursor Modifier and Type Method Description voidAsyncCallbacks.OpenCursorCallback. openCursorComplete(ManagedCursor cursor, java.lang.Object ctx) -
Uses of ManagedCursor in org.apache.bookkeeper.mledger.impl
Classes in org.apache.bookkeeper.mledger.impl that implement ManagedCursor Modifier and Type Class Description classManagedCursorImplclassNonDurableCursorImplclassReadOnlyCursorImplMethods in org.apache.bookkeeper.mledger.impl that return ManagedCursor Modifier and Type Method Description ManagedCursorManagedCursorContainer. get(java.lang.String name)ManagedCursorManagedLedgerImpl. getSlowestConsumer()ManagedCursorManagedCursorContainer. getSlowestReader()ManagedCursorManagedLedgerImpl. newNonDurableCursor(Position startCursorPosition)ManagedCursorManagedLedgerImpl. newNonDurableCursor(Position startPosition, java.lang.String subscriptionName)ManagedCursorManagedLedgerImpl. newNonDurableCursor(Position startCursorPosition, java.lang.String cursorName, org.apache.pulsar.common.api.proto.CommandSubscribe.InitialPosition initialPosition)ManagedCursorManagedLedgerImpl. openCursor(java.lang.String cursorName)ManagedCursorManagedLedgerImpl. openCursor(java.lang.String cursorName, org.apache.pulsar.common.api.proto.CommandSubscribe.InitialPosition initialPosition)ManagedCursorManagedLedgerImpl. openCursor(java.lang.String cursorName, org.apache.pulsar.common.api.proto.CommandSubscribe.InitialPosition initialPosition, java.util.Map<java.lang.String,java.lang.Long> properties)Methods in org.apache.bookkeeper.mledger.impl that return types with arguments of type ManagedCursor Modifier and Type Method Description java.util.Iterator<ManagedCursor>ManagedCursorContainer. iterator()Methods in org.apache.bookkeeper.mledger.impl with parameters of type ManagedCursor Modifier and Type Method Description voidManagedLedgerImpl. activateCursor(ManagedCursor cursor)voidManagedCursorContainer. add(ManagedCursor cursor)org.apache.commons.lang3.tuple.Pair<PositionImpl,PositionImpl>ManagedCursorContainer. cursorUpdated(ManagedCursor cursor, Position newPosition)Signal that a cursor position has been updated and that the container must re-order the cursor list.voidManagedLedgerImpl. deactivateCursor(ManagedCursor cursor)booleanManagedLedgerImpl. isCursorActive(ManagedCursor cursor)Constructors in org.apache.bookkeeper.mledger.impl with parameters of type ManagedCursor Constructor Description ManagedCursorMXBeanImpl(ManagedCursor managedCursor)
-