Package com.illumon.iris.db.util
package com.illumon.iris.db.util
-
ClassDescriptionInterface for AuditEventLogFormat1Logger, implements
AuditEventLogger
Utilities for translating boxedBoolean
s to/from primitive bytes.Read a list of classes from a classpath resource.Container for magic String values used to indicate formatted rowsThese are the type strings that DHC uses to identify types within the scope.Helper class to normalize data types, useful in schemasException thrown when a data type can't be normalizedColors moved toColor
.Deprecated.Formatting methods from DBColorUtil.Creates distinct and unique coloration for each unique input value.Utilities for dynamic compilation.Formatters to transform strings into more usable forms.This is a simple main that will connect to a remote query processor, and run a trivial query.Note: This is *clearly* only intended to be used from one thread at a time.ScriptSession implementation that simply allows variables to be exported.A ScriptSession that uses a JPy cpython interpreter internally.Get a widget from an object.Common interface for Deephaven DB structures with a long (64-bit signed integer) size.Constant values for retrieving notebook data from the DbInternal.WorkspaceData table.Utility functions for converting an arbitrary boxed integral Number into a primitive int or long.Java performance monitoring queries.A simple listener that prints out each update received from a table.Evaluates a string in the worker python environment (as a script, i.e.ThePythonEvaluator
encapsulates the evaluation around a Python library instance.The sole implementation of thePythonEvaluator
, using Jpy to create a cpython interpreter instance inside of our JVM.Evaluates a string in the worker python environment.Wraps up a python object to be evaluated on the other side.Wraps up a python object for execution on the remote side.PythonScope<PyObj>A collection of methods around retrieving objects from the given Python scope.When given a pyObject that is a callable, we stick it inside the callable wrapper, which implements a call() varargs method, so that we can call it using __call__ without all of the JPy nastiness.The result of a console attachment query.Interface for interactive console script sessions.SortedBy operations sort the values in each of the buckets according to a specified column.This class represents uses of the source() and sourceOnce() method calls.Telemetry monitoring queries.Tools for reducing the number of ticks generated by a table.ToMapListener<K,V> Listens to a table, mapping keys to values.This class is the support infrastructure for running Python remote queries.Utility class to manage DbInternal/WorkspaceDataSnapshot