Update DatabaseMapDictionaryRange.java
This commit is contained in:
parent
94234d518d
commit
38e27bd6c1
@ -12,7 +12,10 @@ import org.jetbrains.annotations.Nullable;
|
|||||||
import reactor.core.publisher.Flux;
|
import reactor.core.publisher.Flux;
|
||||||
import reactor.core.publisher.Mono;
|
import reactor.core.publisher.Mono;
|
||||||
|
|
||||||
// todo: implement optimized methods
|
/**
|
||||||
|
* @deprecated Use DatabaseMapDictionaryParent with SubStageGetterSingle
|
||||||
|
*/
|
||||||
|
@Deprecated
|
||||||
public class DatabaseMapDictionaryRange implements DatabaseStageMap<byte[], byte[], DatabaseStageEntry<byte[]>> {
|
public class DatabaseMapDictionaryRange implements DatabaseStageMap<byte[], byte[], DatabaseStageEntry<byte[]>> {
|
||||||
|
|
||||||
public static final byte[] NO_PREFIX = new byte[0];
|
public static final byte[] NO_PREFIX = new byte[0];
|
||||||
|
Loading…
Reference in New Issue
Block a user