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

/forgerock/opendj2/src/server/org/opends/server/admin/
H A DSizeUnit.java110 * getBestFitUnit(0) // BYTES
111 * getBestFitUnit(999) // BYTES
112 * getBestFitUnit(1000) // KILO_BYTES
113 * getBestFitUnit(1024) // KIBI_BYTES
114 * getBestFitUnit(1025) // KILO_BYTES
115 * getBestFitUnit(999999) // KILO_BYTES
116 * getBestFitUnit(1000000) // MEGA_BYTES
126 public static SizeUnit getBestFitUnit(long bytes) method in class:SizeUnit
178 * @see #getBestFitUnit(long)
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/
H A DSizeUnit.java111 * getBestFitUnit(0) // BYTES
112 * getBestFitUnit(999) // BYTES
113 * getBestFitUnit(1000) // KILO_BYTES
114 * getBestFitUnit(1024) // KIBI_BYTES
115 * getBestFitUnit(1025) // KILO_BYTES
116 * getBestFitUnit(999999) // KILO_BYTES
117 * getBestFitUnit(1000000) // MEGA_BYTES
127 public static SizeUnit getBestFitUnit(long bytes) method in class:SizeUnit
179 * @see #getBestFitUnit(long)
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/
H A DSizeUnit.java111 * getBestFitUnit(0) // BYTES
112 * getBestFitUnit(999) // BYTES
113 * getBestFitUnit(1000) // KILO_BYTES
114 * getBestFitUnit(1024) // KIBI_BYTES
115 * getBestFitUnit(1025) // KILO_BYTES
116 * getBestFitUnit(999999) // KILO_BYTES
117 * getBestFitUnit(1000000) // MEGA_BYTES
127 public static SizeUnit getBestFitUnit(long bytes) method in class:SizeUnit
179 * @see #getBestFitUnit(long)
/forgerock/opendj2-hg/src/server/org/opends/server/admin/
H A DSizeUnit.java110 * getBestFitUnit(0) // BYTES
111 * getBestFitUnit(999) // BYTES
112 * getBestFitUnit(1000) // KILO_BYTES
113 * getBestFitUnit(1024) // KIBI_BYTES
114 * getBestFitUnit(1025) // KILO_BYTES
115 * getBestFitUnit(999999) // KILO_BYTES
116 * getBestFitUnit(1000000) // MEGA_BYTES
126 public static SizeUnit getBestFitUnit(long bytes) method in class:SizeUnit
178 * @see #getBestFitUnit(long)
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/
H A DSizeUnit.java111 * getBestFitUnit(0) // BYTES
112 * getBestFitUnit(999) // BYTES
113 * getBestFitUnit(1000) // KILO_BYTES
114 * getBestFitUnit(1024) // KIBI_BYTES
115 * getBestFitUnit(1025) // KILO_BYTES
116 * getBestFitUnit(999999) // KILO_BYTES
117 * getBestFitUnit(1000000) // MEGA_BYTES
127 public static SizeUnit getBestFitUnit(long bytes) method in class:SizeUnit
179 * @see #getBestFitUnit(long)
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/
H A DSizeUnit.java84 * getBestFitUnit(0) // BYTES
85 * getBestFitUnit(999) // BYTES
86 * getBestFitUnit(1000) // KILO_BYTES
87 * getBestFitUnit(1024) // KIBI_BYTES
88 * getBestFitUnit(1025) // KILO_BYTES
89 * getBestFitUnit(999999) // KILO_BYTES
90 * getBestFitUnit(1000000) // MEGA_BYTES
100 public static SizeUnit getBestFitUnit(long bytes) { method in class:SizeUnit
146 * @see #getBestFitUnit(long)

Completed in 104 milliseconds