Serialized Form
-
Package org.apache.druid.collections.fastutil
-
Class org.apache.druid.collections.fastutil.DruidIntList
class DruidIntList extends it.unimi.dsi.fastutil.ints.IntArrayList implements Serializable
-
-
Package org.apache.druid.error
-
Exception Class org.apache.druid.error.DruidException
class DruidException extends RuntimeException implements Serializable-
Serialized Fields
-
category
DruidException.Category category
-
context
Map<String,
String> context -
errorCode
String errorCode
-
targetPersona
DruidException.Persona targetPersona
-
-
-
-
Package org.apache.druid.extendedset.intset
-
Class org.apache.druid.extendedset.intset.ConciseSet
class ConciseSet extends AbstractIntSet implements Serializable- serialVersionUID:
- 560068054685367266L
-
Serialization Methods
-
readObject
Reconstruct the instance from a stream- Throws:
IOExceptionClassNotFoundException
-
writeObject
Save the state of the instance to a stream- Throws:
IOException
-
-
Serialized Fields
-
simulateWAH
boolean simulateWAH
trueif the class must simulate the behavior of WAH -
words
int[] words
This is the compressed bitmap, that is a collection of words. For each word:- 1* (0x80000000) means that it is a 31-bit literal.
- 00* (0x00000000) indicates a sequence made up of at most one set bit in the first 31 bits, and followed by blocks of 31 0's. The following 5 bits (00xxxxx*) indicates which is the set bit ( 00000 = no set bit, 00001 = LSB, 11111 = MSB), while the remaining 25 bits indicate the number of following 0's blocks.
- 01* (0x40000000) indicates a sequence made up of at most one unset bit in the first 31 bits, and followed by blocks of 31 1's. (see the 00* case above).
-
-
-
Package org.apache.druid.frame.channel
-
Exception Class org.apache.druid.frame.channel.ChannelClosedForWritesException
class ChannelClosedForWritesException extends RuntimeException implements Serializable
-
-
Package org.apache.druid.frame.processor
-
Exception Class org.apache.druid.frame.processor.FrameRowTooLargeException
class FrameRowTooLargeException extends RuntimeException implements Serializable-
Serialized Fields
-
maxFrameSize
long maxFrameSize
-
-
-
-
Package org.apache.druid.frame.write
-
Exception Class org.apache.druid.frame.write.InvalidFieldException
class InvalidFieldException extends RuntimeException implements Serializable -
Exception Class org.apache.druid.frame.write.InvalidNullByteException
class InvalidNullByteException extends RuntimeException implements Serializable -
Exception Class org.apache.druid.frame.write.UnsupportedColumnTypeException
class UnsupportedColumnTypeException extends RuntimeException implements Serializable-
Serialized Fields
-
columnName
String columnName
-
columnType
ColumnType columnType
-
-
-
-
Package org.apache.druid.guice
-
Class org.apache.druid.guice.GuiceAnnotationIntrospector
class GuiceAnnotationIntrospector extends com.fasterxml.jackson.databind.introspect.NopAnnotationIntrospector implements Serializable
-
-
Package org.apache.druid.indexer.report
-
Package org.apache.druid.jackson
-
Class org.apache.druid.jackson.AggregatorsModule
class AggregatorsModule extends com.fasterxml.jackson.databind.module.SimpleModule implements Serializable -
Class org.apache.druid.jackson.AppendableIndexModule
class AppendableIndexModule extends com.fasterxml.jackson.databind.module.SimpleModule implements Serializable -
Class org.apache.druid.jackson.CommaListJoinDeserializer
class CommaListJoinDeserializer extends com.fasterxml.jackson.databind.deser.std.StdScalarDeserializer<List<String>> implements Serializable -
Class org.apache.druid.jackson.CommaListJoinSerializer
class CommaListJoinSerializer extends com.fasterxml.jackson.databind.ser.std.StdScalarSerializer<List<String>> implements Serializable -
Class org.apache.druid.jackson.DefaultObjectMapper
class DefaultObjectMapper extends com.fasterxml.jackson.databind.ObjectMapper implements Serializable -
Class org.apache.druid.jackson.DruidDefaultSerializersModule
class DruidDefaultSerializersModule extends com.fasterxml.jackson.databind.module.SimpleModule implements Serializable -
Class org.apache.druid.jackson.GranularityModule
class GranularityModule extends com.fasterxml.jackson.databind.module.SimpleModule implements Serializable -
Class org.apache.druid.jackson.SegmentizerModule
class SegmentizerModule extends com.fasterxml.jackson.databind.module.SimpleModule implements Serializable -
Class org.apache.druid.jackson.StringComparatorModule
class StringComparatorModule extends com.fasterxml.jackson.databind.module.SimpleModule implements Serializable
-
-
Package org.apache.druid.java.util
-
Exception Class org.apache.druid.java.util.RetryableException
class RetryableException extends Exception implements Serializable
-
-
Package org.apache.druid.java.util.common
-
Exception Class org.apache.druid.java.util.common.IAE
class IAE extends IllegalArgumentException implements Serializable -
Exception Class org.apache.druid.java.util.common.IOE
class IOE extends IOException implements Serializable -
Exception Class org.apache.druid.java.util.common.ISE
class ISE extends IllegalStateException implements Serializable -
Exception Class org.apache.druid.java.util.common.RE
class RE extends RuntimeException implements Serializable -
Exception Class org.apache.druid.java.util.common.UOE
class UOE extends UnsupportedOperationException implements Serializable
-
-
Package org.apache.druid.java.util.common.parsers
-
Exception Class org.apache.druid.java.util.common.parsers.ParseException
class ParseException extends RuntimeException implements Serializable-
Serialized Fields
-
fromPartiallyValidRow
boolean fromPartiallyValidRow
If true, the row was partially parseable, but some columns could not be parsed (e.g., non-numeric values for a numeric column) -
input
String input
A string representation of the input data that had a parse exception. -
timeOfExceptionMillis
long timeOfExceptionMillis
The timestamp in millis when the parse exception occurred.
-
-
-
Exception Class org.apache.druid.java.util.common.parsers.UnparseableColumnsParseException
class UnparseableColumnsParseException extends ParseException implements Serializable
-
-
Package org.apache.druid.java.util.emitter.core
-
Package org.apache.druid.math.expr
-
Exception Class org.apache.druid.math.expr.ExpressionProcessingException
class ExpressionProcessingException extends ISE implements Serializable -
Exception Class org.apache.druid.math.expr.ExpressionValidationException
class ExpressionValidationException extends IAE implements Serializable
-
-
Package org.apache.druid.query
-
Exception Class org.apache.druid.query.BadJsonQueryException
class BadJsonQueryException extends BadQueryException implements Serializable -
Exception Class org.apache.druid.query.BadQueryContextException
class BadQueryContextException extends BadQueryException implements Serializable -
Exception Class org.apache.druid.query.BadQueryException
class BadQueryException extends QueryException implements Serializable -
Class org.apache.druid.query.FrameBasedInlineDataSourceSerializer
class FrameBasedInlineDataSourceSerializer extends com.fasterxml.jackson.databind.ser.std.StdSerializer<FrameBasedInlineDataSource> implements Serializable -
Exception Class org.apache.druid.query.QueryCapacityExceededException
class QueryCapacityExceededException extends QueryException implements Serializable -
Exception Class org.apache.druid.query.QueryException
class QueryException extends RuntimeException implements Serializable -
Exception Class org.apache.druid.query.QueryInterruptedException
class QueryInterruptedException extends QueryException implements Serializable -
Exception Class org.apache.druid.query.QueryTimeoutException
class QueryTimeoutException extends QueryException implements Serializable -
Exception Class org.apache.druid.query.QueryUnsupportedException
class QueryUnsupportedException extends QueryException implements Serializable -
Exception Class org.apache.druid.query.ResourceLimitExceededException
class ResourceLimitExceededException extends BadQueryException implements Serializable -
Exception Class org.apache.druid.query.TruncatedResponseContextException
class TruncatedResponseContextException extends RuntimeException implements Serializable
-
-
Package org.apache.druid.query.aggregation
-
Exception Class org.apache.druid.query.aggregation.AggregatorFactoryNotMergeableException
class AggregatorFactoryNotMergeableException extends Exception implements Serializable
-
-
Package org.apache.druid.query.context
-
Class org.apache.druid.query.context.ResponseContextDeserializer
class ResponseContextDeserializer extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<ResponseContext> implements Serializable
-
-
Package org.apache.druid.query.groupby.epinephelinae
-
Exception Class org.apache.druid.query.groupby.epinephelinae.TemporaryStorageFullException
class TemporaryStorageFullException extends IOException implements Serializable -
Exception Class org.apache.druid.query.groupby.epinephelinae.UnexpectedMultiValueDimensionException
class UnexpectedMultiValueDimensionException extends RuntimeException implements Serializable-
Serialized Fields
-
dimensionName
String dimensionName
-
-
-
-
Package org.apache.druid.query.rowsandcols
-
Class org.apache.druid.query.rowsandcols.RowsAndColumns.RowsAndColumnsDeserializer
class RowsAndColumnsDeserializer extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<RowsAndColumns> implements Serializable -
Class org.apache.druid.query.rowsandcols.RowsAndColumns.RowsAndColumnsSerializer
class RowsAndColumnsSerializer extends com.fasterxml.jackson.databind.ser.std.StdSerializer<RowsAndColumns> implements Serializable
-
-
Package org.apache.druid.segment
-
Exception Class org.apache.druid.segment.SegmentMissingException
class SegmentMissingException extends ISE implements Serializable -
Exception Class org.apache.druid.segment.SegmentValidationException
class SegmentValidationException extends RuntimeException implements Serializable
-
-
Package org.apache.druid.segment.column
-
Exception Class org.apache.druid.segment.column.Types.IncompatibleTypeException
class IncompatibleTypeException extends IAE implements Serializable -
Exception Class org.apache.druid.segment.column.Types.InvalidCastBooleanException
class InvalidCastBooleanException extends IAE implements Serializable -
Exception Class org.apache.druid.segment.column.Types.InvalidCastException
class InvalidCastException extends IAE implements Serializable
-
-
Package org.apache.druid.segment.data
-
Exception Class org.apache.druid.segment.data.ColumnCapacityExceededException
class ColumnCapacityExceededException extends RuntimeException implements Serializable
-
-
Package org.apache.druid.segment.filter.cnf
-
Exception Class org.apache.druid.segment.filter.cnf.CNFFilterExplosionException
class CNFFilterExplosionException extends Exception implements Serializable
-
-
Package org.apache.druid.segment.generator
-
Class org.apache.druid.segment.generator.EnumeratedTreeDistribution
class EnumeratedTreeDistribution extends org.apache.commons.math3.distribution.EnumeratedDistribution implements Serializable -
Class org.apache.druid.segment.generator.RealRoundingDistribution
class RealRoundingDistribution extends org.apache.commons.math3.distribution.AbstractIntegerDistribution implements Serializable-
Serialized Fields
-
realDist
org.apache.commons.math3.distribution.AbstractRealDistribution realDist
-
-
-
Class org.apache.druid.segment.generator.SequentialDistribution
class SequentialDistribution extends org.apache.commons.math3.distribution.EnumeratedDistribution implements Serializable
-
-
Package org.apache.druid.segment.loading
-
Exception Class org.apache.druid.segment.loading.SegmentLoadingException
class SegmentLoadingException extends Exception implements Serializable
-