Interface | Description |
---|---|
DateUtil.DateTimeParser | |
EnvironmentEdge |
Has some basic interaction with the environment.
|
ScanUtil.BytesComparator | |
SQLCloseable |
Interface for a SQL resource that should be closed
after it is no longer in use.
|
TimeKeeper |
Class | Description |
---|---|
Base62Encoder |
Utility for converting a base 10 number to string that represents a base 62 number
|
BigDecimalUtil | |
BitSet |
BitSet that can be initialized with primitive types, which
is only available in Java 7 or above.
|
ByteUtil |
Byte utilities
|
Closeables |
Utilities for operating on
Closeable s. |
ColumnInfo |
ColumnInfo used to store Column Name and its associated PDataType
|
ConfigUtil | |
CSVCommonsLoader |
Upserts CSV data using Phoenix JDBC connection
|
DateUtil | |
DefaultEnvironmentEdge |
Default implementation of an environment edge.
|
EnvironmentEdgeManager |
Manages a singleton instance of the environment edge.
|
ExpressionUtil | |
FirstLastNthValueDataContainer |
Container for data transfer between server and client aggregation (FIRST|LAST|NTH)_VALUE functions
|
IndexUtil | |
InstanceResolver |
Resolves object instances registered using the JDK 6+
ServiceLoader . |
JDBCUtil |
Utilities for JDBC
|
KeyValueUtil |
Utilities for KeyValue.
|
LogUtil | |
MetaDataUtil | |
NumberUtil |
Utility methods for numbers like decimal, long, etc.
|
PhoenixContextExecutor |
Executes
Callable s using a context classloader that is set up to load classes from
Phoenix. |
PhoenixRuntime |
Collection of non JDBC compliant utility methods
|
PhoenixStopWatch |
Bare-bones implementation of a stop watch that only measures time in milliseconds.
|
PropertiesUtil | |
QueryUtil | |
ReadOnlyProps |
Read-only properties that avoids unnecessary synchronization in
java.util.Properties.
|
ResultUtil |
Static class for various methods that would be nice to have added to
Result . |
ScanUtil |
Various utilities for scans
|
SchemaUtil |
Static class for various schema-related utilities
|
SequenceUtil |
Sequence related util functions
|
ServerUtil | |
SizedUtil |
Utilities for computing an object's size.
|
SQLCloseables |
Utilities for operating on
SQLCloseable s. |
StringUtil | |
TrustedByteArrayOutputStream |
Derived version of
ByteArrayOutputStream that provides access
to underlying byte array buffer so that it doesn't have to be copied |
TupleUtil |
Utilities for Tuple
|
UpgradeUtil |
Enum | Description |
---|---|
BigDecimalUtil.Operation | |
CSVCommonsLoader.PhoenixHeaderSource |
Copyright © 2015 Apache Software Foundation. All Rights Reserved.