Searched defs:EntryIDSetCodec (Results 1 - 1 of 1) sorted by relevance

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DEntryIDSet.java51 public static final EntryIDSetCodec CODEC_V1 = new EntryIDSetCodecV1();
52 public static final EntryIDSetCodec CODEC_V2 = new EntryIDSetCodecV2();
88 interface EntryIDSetCodec { interface in class:EntryIDSet
425 private static final class EntryIDSetCodecV1 implements EntryIDSetCodec
498 private static final class EntryIDSetCodecV2 implements EntryIDSetCodec

Completed in 39 milliseconds