Enum Class的使用
org.apache.bookkeeper.mledger.impl.ManagedLedgerImpl.PositionBound
程序包
说明
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
org.apache.bookkeeper.mledger.impl中ManagedLedgerImpl.PositionBound的使用
修饰符和类型方法说明Returns the enum constant of this class with the specified name.static ManagedLedgerImpl.PositionBound[]ManagedLedgerImpl.PositionBound.values()Returns an array containing the constants of this enum class, in the order they are declared.修饰符和类型方法说明ManagedLedgerImpl.getPositionAfterN(PositionImpl startPosition, long n, ManagedLedgerImpl.PositionBound startRange) Get the entry position at a given distance from a given position.