Serialized Form
-
Package io.trino
-
Class io.trino.ExceededCpuLimitException extends TrinoException implements Serializable
-
Class io.trino.ExceededMemoryLimitException extends TrinoException implements Serializable
-
Class io.trino.ExceededScanLimitException extends TrinoException implements Serializable
-
Class io.trino.ExceededSpillLimitException extends TrinoException implements Serializable
-
Class io.trino.NotInTransactionException extends TrinoException implements Serializable
-
-
Package io.trino.execution
-
Class io.trino.execution.Failure extends RuntimeException implements Serializable
-
-
Package io.trino.execution.resourcegroups
-
Class io.trino.execution.resourcegroups.QueryQueueFullException extends TrinoException implements Serializable
-
Serialized Fields
-
resourceGroup
ResourceGroupId resourceGroup
-
-
-
-
Package io.trino.metadata
-
Class io.trino.metadata.AbstractTypedJacksonModule extends com.fasterxml.jackson.databind.module.SimpleModule implements Serializable
-
Class io.trino.metadata.OperatorNotFoundException extends TrinoException implements Serializable
-
Serialized Fields
-
argumentTypes
List<Type> argumentTypes
-
operatorType
OperatorType operatorType
-
returnType
TypeSignature returnType
-
-
-
Class io.trino.metadata.UndeclaredDependencyException extends TrinoException implements Serializable
-
-
Package io.trino.operator
-
Class io.trino.operator.PageTooLargeException extends TrinoException implements Serializable
-
Class io.trino.operator.PageTransportErrorException extends TrinoTransportException implements Serializable
-
Class io.trino.operator.PageTransportTimeoutException extends TrinoTransportException implements Serializable
-
-
Package io.trino.operator.scalar
-
Class io.trino.operator.scalar.QuarterOfYearDateTimeField extends org.joda.time.DateTimeFieldType implements Serializable
- serialVersionUID:
- -5677872459807379123L
-
-
Package io.trino.server.security
-
Class io.trino.server.security.AuthenticationException extends Exception implements Serializable
-
Class io.trino.server.security.UserMappingException extends Exception implements Serializable
-
-
Package io.trino.server.security.jwt
-
Class io.trino.server.security.jwt.JwkDecoder.JwkEcPublicKey extends Object implements Serializable
-
Serialized Fields
-
keyId
String keyId
-
parameterSpec
ECParameterSpec parameterSpec
-
w
ECPoint w
-
-
-
Class io.trino.server.security.jwt.JwkDecoder.JwkRsaPublicKey extends Object implements Serializable
-
Serialized Fields
-
exponent
BigInteger exponent
-
keyId
String keyId
-
modulus
BigInteger modulus
-
-
-
-
Package io.trino.server.security.oauth2
-
Class io.trino.server.security.oauth2.ChallengeFailedException extends Exception implements Serializable
-
-
Package io.trino.type
-
Class io.trino.type.TypeDeserializer extends com.fasterxml.jackson.databind.deser.std.FromStringDeserializer<Type> implements Serializable
-
Class io.trino.type.TypeSignatureDeserializer extends com.fasterxml.jackson.databind.deser.std.FromStringDeserializer<TypeSignature> implements Serializable
-
-
Package io.trino.util
-
Class io.trino.util.JsonCastException extends RuntimeException implements Serializable
-
Class io.trino.util.Long2LongOpenBigHashMap extends it.unimi.dsi.fastutil.longs.AbstractLong2LongMap implements Serializable
-
Serialized Fields
-
containsNullKey
boolean containsNullKey
Whether this map contains the key zero. -
entries
it.unimi.dsi.fastutil.longs.Long2LongMap.FastEntrySet entries
Cached set of entries. -
f
float f
The acceptable load factor. -
key
LongBigArray key
The array of keys. -
keys
it.unimi.dsi.fastutil.longs.LongSet keys
Cached set of keys. -
mask
long mask
The mask for wrapping a position counter. -
maxFill
long maxFill
Threshold after which we rehash. It must be the table size timesLong2LongOpenBigHashMap.f. -
minN
long minN
We never resize below this threshold, which is the construction-time {#n}. -
n
long n
The current table size. -
size
long size
Number of entries in the set (including the key zero, if present). -
value
LongBigArray value
The array of values. -
values
it.unimi.dsi.fastutil.longs.LongCollection values
Cached collection of values.
-
-
-