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

/forgerock/opendj2/src/server/org/opends/server/backends/jeb/
H A DID2Entry.java69 private static final ThreadLocal<EntryCodec> ENTRY_CODEC_CACHE =
70 new ThreadLocal<EntryCodec>()
72 protected EntryCodec initialValue()
74 return new EntryCodec();
78 private static EntryCodec acquireEntryCodec()
80 EntryCodec codec = ENTRY_CODEC_CACHE.get();
84 codec = new EntryCodec();
94 private static class EntryCodec class in class:ID2Entry
105 private EntryCodec() method in class:ID2Entry.EntryCodec
320 EntryCodec code
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DID2Entry.java70 private static final ThreadLocal<EntryCodec> ENTRY_CODEC_CACHE =
71 new ThreadLocal<EntryCodec>()
73 protected EntryCodec initialValue()
75 return new EntryCodec();
79 private static EntryCodec acquireEntryCodec()
81 EntryCodec codec = ENTRY_CODEC_CACHE.get();
85 codec = new EntryCodec();
95 private static class EntryCodec class in class:ID2Entry
106 private EntryCodec() method in class:ID2Entry.EntryCodec
321 EntryCodec code
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DID2Entry.java70 private static final ThreadLocal<EntryCodec> ENTRY_CODEC_CACHE =
71 new ThreadLocal<EntryCodec>()
73 protected EntryCodec initialValue()
75 return new EntryCodec();
79 private static EntryCodec acquireEntryCodec()
81 EntryCodec codec = ENTRY_CODEC_CACHE.get();
85 codec = new EntryCodec();
95 private static class EntryCodec class in class:ID2Entry
106 private EntryCodec() method in class:ID2Entry.EntryCodec
321 EntryCodec code
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/
H A DID2Entry.java69 private static final ThreadLocal<EntryCodec> ENTRY_CODEC_CACHE =
70 new ThreadLocal<EntryCodec>()
72 protected EntryCodec initialValue()
74 return new EntryCodec();
78 private static EntryCodec acquireEntryCodec()
80 EntryCodec codec = ENTRY_CODEC_CACHE.get();
84 codec = new EntryCodec();
94 private static class EntryCodec class in class:ID2Entry
105 private EntryCodec() method in class:ID2Entry.EntryCodec
320 EntryCodec code
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DID2Entry.java70 private static final ThreadLocal<EntryCodec> ENTRY_CODEC_CACHE =
71 new ThreadLocal<EntryCodec>()
73 protected EntryCodec initialValue()
75 return new EntryCodec();
79 private static EntryCodec acquireEntryCodec()
81 EntryCodec codec = ENTRY_CODEC_CACHE.get();
85 codec = new EntryCodec();
95 private static class EntryCodec class in class:ID2Entry
106 private EntryCodec() method in class:ID2Entry.EntryCodec
321 EntryCodec code
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DID2Entry.java92 private static final ThreadLocal<EntryCodec> ENTRY_CODEC_CACHE = new ThreadLocal<EntryCodec>()
95 protected EntryCodec initialValue()
97 return new EntryCodec();
101 private static EntryCodec acquireEntryCodec()
103 EntryCodec codec = ENTRY_CODEC_CACHE.get();
107 codec = new EntryCodec();
114 private static final class EntryCodec class in class:ID2Entry
126 private EntryCodec() method in class:ID2Entry.EntryCodec
300 EntryCodec code
[all...]

Completed in 35 milliseconds