Constant Field Values

Contents

io.deephaven.*

  • io.deephaven.base.ArrayUtil
    Modifier and Type Constant Field Value
    public static final int MAX_ARRAY_SIZE 2147483639
  • io.deephaven.base.CompareUtils
    Modifier and Type Constant Field Value
    public static final double ERROR 1.0E-6
  • io.deephaven.configuration.CacheDir
    Modifier and Type Constant Field Value
    public static final String ENV_VAR "DEEPHAVEN_CACHE_DIR"
    public static final String PROPERTY "deephaven.cacheDir"
  • io.deephaven.configuration.ConfigDir
    Modifier and Type Constant Field Value
    public static final String ENV_VAR "DEEPHAVEN_CONFIG_DIR"
    public static final String PROPERTY "deephaven.configDir"
  • io.deephaven.configuration.Configuration
    Modifier and Type Constant Field Value
    public static final String QUIET_PROPERTY "configuration.quiet"
  • io.deephaven.configuration.DataDir
    Modifier and Type Constant Field Value
    public static final String ENV_VAR "DEEPHAVEN_DATA_DIR"
    public static final String PROPERTY "deephaven.dataDir"
  • io.deephaven.engine.rowset.RowSequence
    Modifier and Type Constant Field Value
    public static final long NULL_ROW_KEY -1L
  • io.deephaven.engine.rowset.impl.rsp.RspArray<T extends RspArray>
    Modifier and Type Constant Field Value
    public static final int BLOCK_LAST 65535
    public static final int BLOCK_SIZE 65536
  • io.deephaven.engine.table.impl.chunkfilter.ChunkFilter
    Modifier and Type Constant Field Value
    public static final int FILTER_CHUNK_SIZE 2048
  • io.deephaven.engine.table.impl.locations.TableLocationState
    Modifier and Type Constant Field Value
    public static final long NULL_SIZE -9223372036854775808L
    public static final long NULL_TIME -9223372036854775808L
  • io.deephaven.engine.table.impl.sort.timsort.TimsortUtils
    Modifier and Type Constant Field Value
    public static final int INITIAL_GALLOP 7
  • io.deephaven.extensions.barrage.table.BarrageTable
    Modifier and Type Constant Field Value
    protected static final int BATCH_SIZE 65536
  • io.deephaven.properties.PropertyVisitor
    Modifier and Type Constant Field Value
    public static final char SEPARATOR 46
  • io.deephaven.stats.StatsDriver
    Modifier and Type Constant Field Value
    public static final String header "Stat,IntervalName,NowSec,NowString,AppNowSec,AppNowString,TypeTag,Name,N,Sum,Last,Min,Max,Avg,Sum2,Stdev"
  • io.deephaven.time.DateTimeUtils
    Modifier and Type Constant Field Value
    public static final long DAY 86400000000000L
    public static final long HOUR 3600000000000L
    public static final long MINUTE 60000000000L
    public static final long SECOND 1000000000L
    public static final long WEEK 604800000000000L
    public static final long YEAR 31536000000000000L

io.grpc.*

SevenZip.*

SevenZip.Compression.*