Constant Field Values
Contents
com.palantir.*
-
com.palantir.common.base.BatchingVisitables Modifier and Type Constant Field Value public static final int
DEFAULT_BATCH_SIZE
1000
public static final int
KEEP_ALL_BATCH_SIZE
100000
-
com.palantir.common.compression.BufferedDelegateInputStream Modifier and Type Constant Field Value protected static final int
BUFFER_START
0
protected static final int
READ_FAILED
-1
-
com.palantir.common.persist.Persistable Modifier and Type Constant Field Value public static final String
HYDRATOR_NAME
"BYTES_HYDRATOR"
-
com.palantir.nexus.db.SQLConstants Modifier and Type Constant Field Value public static final String
SQL_ORACLE_LIMIT_OFFSET_QUERY
"SELECT PT_USER_OUTER_QUERY____B.* FROM ( \tSELECT PT_USER_INNER_QUERY____A.*, rownum as inner_num FROM ( \t\t%s \t) PT_USER_INNER_QUERY____A WHERE rownum < ? ) PT_USER_OUTER_QUERY____B WHERE PT_USER_OUTER_QUERY____B.inner_num >= ? "
public static final String
SQL_ORACLE_LIMIT_QUERY
"SELECT * FROM ( %s ) WHERE rownum < ?"
-
com.palantir.util.AggregatingVersionedSupplier<T> Modifier and Type Constant Field Value public static final long
UNINITIALIZED_VERSION
0L
-
com.palantir.util.MBeanCache<K,V> Modifier and Type Constant Field Value public static final String
OBJECT_NAME_PREFIX
"com.palantir.caching:type="
-
com.palantir.util.SoftCache<K,V> Modifier and Type Constant Field Value public static final String
OBJECT_NAME_PREFIX
"com.palantir.caching:type="
-
com.palantir.util.debug.StackTraceUtils Modifier and Type Constant Field Value public static final String
IP_ADDRESS_REDACTED
"[REDACTED IP ADDRESS]"
public static final String
LINE_ENDING
"\n"