Enum Class的使用
org.apache.bookkeeper.mledger.ManagedCursor.IndividualDeletedEntries
程序包
说明
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
org.apache.bookkeeper.mledger中ManagedCursor.IndividualDeletedEntries的使用
修饰符和类型方法说明Returns the enum constant of this class with the specified name.ManagedCursor.IndividualDeletedEntries.values()Returns an array containing the constants of this enum class, in the order they are declared.修饰符和类型方法说明voidManagedCursor.asyncGetNthEntry(int n, ManagedCursor.IndividualDeletedEntries deletedEntries, AsyncCallbacks.ReadEntryCallback callback, Object ctx) Asynchronously get 'N'th entry from the mark delete position in the cursor without updating any cursor positions.voidManagedCursor.asyncSkipEntries(int numEntriesToSkip, ManagedCursor.IndividualDeletedEntries deletedEntries, AsyncCallbacks.SkipEntriesCallback callback, Object ctx) Skip n entries from the read position of this cursor.ManagedCursor.getNthEntry(int n, ManagedCursor.IndividualDeletedEntries deletedEntries) Get 'N'th entry from the mark delete position in the cursor without updating any cursor positions.voidManagedCursor.skipEntries(int numEntriesToSkip, ManagedCursor.IndividualDeletedEntries deletedEntries) Skip n entries from the read position of this cursor. -
org.apache.bookkeeper.mledger.impl中ManagedCursor.IndividualDeletedEntries的使用
修饰符和类型方法说明voidManagedCursorImpl.asyncGetNthEntry(int n, ManagedCursor.IndividualDeletedEntries deletedEntries, AsyncCallbacks.ReadEntryCallback callback, Object ctx) voidManagedCursorImpl.asyncSkipEntries(int numEntriesToSkip, ManagedCursor.IndividualDeletedEntries deletedEntries, AsyncCallbacks.SkipEntriesCallback callback, Object ctx) ManagedCursorImpl.getNthEntry(int n, ManagedCursor.IndividualDeletedEntries deletedEntries) voidManagedCursorImpl.skipEntries(int numEntriesToSkip, ManagedCursor.IndividualDeletedEntries deletedEntries)