Serialized Form
-
Package com.rabbitmq.client
-
Exception Class com.rabbitmq.client.AlreadyClosedException
class AlreadyClosedException extends ShutdownSignalException implements Serializable- serialVersionUID:
- 1L
-
Exception Class com.rabbitmq.client.AuthenticationFailureException
class AuthenticationFailureException extends PossibleAuthenticationFailureException implements Serializable -
Exception Class com.rabbitmq.client.ChannelContinuationTimeoutException
class ChannelContinuationTimeoutException extends IOException implements Serializable-
Serialized Fields
-
channel
Object channel
The channel that performed the call. Typed asObjectas the underlying object that performs the call might not be an implementation ofChannel. -
channelNumber
int channelNumber
The number of the channel that performed the call. -
method
Method method
The request method that timed out.
-
-
-
Exception Class com.rabbitmq.client.ConsumerCancelledException
class ConsumerCancelledException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Exception Class com.rabbitmq.client.MalformedFrameException
class MalformedFrameException extends IOException implements Serializable- serialVersionUID:
- 1L
-
Exception Class com.rabbitmq.client.MissedHeartbeatException
class MissedHeartbeatException extends SocketTimeoutException implements Serializable- serialVersionUID:
- 1L
-
Exception Class com.rabbitmq.client.PossibleAuthenticationFailureException
class PossibleAuthenticationFailureException extends IOException implements Serializable- serialVersionUID:
- 1L
-
Exception Class com.rabbitmq.client.ProtocolVersionMismatchException
class ProtocolVersionMismatchException extends ProtocolException implements Serializable- serialVersionUID:
- 1L
-
Exception Class com.rabbitmq.client.ShutdownSignalException
class ShutdownSignalException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_hardError
boolean _hardError
True if the connection is shut down, or false if this signal refers to a channel -
_initiatedByApplication
boolean _initiatedByApplication
True if this exception is caused by explicit application action; false if it originated with the broker or as a result of detectable non-deliberate application failure -
_reason
Method _reason
Possible explanation -
_ref
Object _ref
Either Channel or Connection instance, depending on _hardError
-
-
Exception Class com.rabbitmq.client.TopologyRecoveryException
class TopologyRecoveryException extends Exception implements Serializable-
Serialized Fields
-
recordedEntity
RecordedEntity recordedEntity
-
-
-
Exception Class com.rabbitmq.client.UnexpectedFrameError
class UnexpectedFrameError extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_expectedFrameType
int _expectedFrameType
-
_frame
Frame _frame
-
-
Exception Class com.rabbitmq.client.UnexpectedMethodError
class UnexpectedMethodError extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_method
Method _method
-
-
Exception Class com.rabbitmq.client.UnknownClassOrMethodId
class UnknownClassOrMethodId extends IOException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
classId
int classId
-
methodId
int methodId
-
-
Exception Class com.rabbitmq.client.UnroutableRpcRequestException
class UnroutableRpcRequestException extends RuntimeException implements Serializable-
Serialized Fields
-
returnMessage
Return returnMessage
-
-
-
-
Package com.rabbitmq.client.impl
-
Exception Class com.rabbitmq.client.impl.OAuthTokenManagementException
class OAuthTokenManagementException extends RuntimeException implements Serializable -
Class com.rabbitmq.client.impl.VariableLinkedBlockingQueue
- serialVersionUID:
- -6903933977591709194L
-
Serialization Methods
-
readObject
Reconstitute this queue instance from a stream (that is, deserialize it).- Parameters:
s- the stream- Throws:
IOExceptionClassNotFoundException
-
writeObject
Save the state to a stream (that is, serialize it).- Serial Data:
- The capacity is emitted (int), followed by all of its elements (each an Object) in the proper order, followed by a null
- Parameters:
s- the stream- Throws:
IOException
-
-
Serialized Fields
-
capacity
int capacity
The capacity bound, or Integer.MAX_VALUE if none -
count
AtomicInteger count
Current number of elements -
notEmpty
Condition notEmpty
Wait queue for waiting takes -
notFull
Condition notFull
Wait queue for waiting puts -
putLock
ReentrantLock putLock
Lock held by put, offer, etc -
takeLock
ReentrantLock takeLock
Lock held by take, poll, etc
-
-
Exception Class com.rabbitmq.client.impl.WorkPoolFullException
class WorkPoolFullException extends RuntimeException implements Serializable
-
-
Package fr.codinbox.connector.commons.exception
-
Exception Class fr.codinbox.connector.commons.exception.ConnectionInitException
class ConnectionInitException extends Exception implements Serializable
-
-
Package org.apache.kafka.clients.consumer
-
Exception Class org.apache.kafka.clients.consumer.CommitFailedException
class CommitFailedException extends org.apache.kafka.common.KafkaException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.apache.kafka.clients.consumer.InvalidOffsetException
class InvalidOffsetException extends org.apache.kafka.common.KafkaException implements Serializable -
Exception Class org.apache.kafka.clients.consumer.LogTruncationException
class LogTruncationException extends OffsetOutOfRangeException implements Serializable-
Serialized Fields
-
divergentOffsets
Map<org.apache.kafka.common.TopicPartition,
OffsetAndMetadata> divergentOffsets
-
-
-
Exception Class org.apache.kafka.clients.consumer.NoOffsetForPartitionException
class NoOffsetForPartitionException extends InvalidOffsetException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
partitions
Set<org.apache.kafka.common.TopicPartition> partitions
-
-
Class org.apache.kafka.clients.consumer.OffsetAndMetadata
class OffsetAndMetadata extends Object implements Serializable- serialVersionUID:
- 2019555404968089681L
-
Exception Class org.apache.kafka.clients.consumer.OffsetOutOfRangeException
class OffsetOutOfRangeException extends InvalidOffsetException implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.apache.kafka.clients.consumer.RetriableCommitFailedException
class RetriableCommitFailedException extends org.apache.kafka.common.errors.RetriableException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.apache.kafka.clients.consumer.internals
-
Exception Class org.apache.kafka.clients.consumer.internals.NoAvailableBrokersException
class NoAvailableBrokersException extends org.apache.kafka.common.errors.InvalidMetadataException implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.kafka.clients.consumer.internals.Utils.TopicIdPartitionComparator
class TopicIdPartitionComparator extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.apache.kafka.clients.consumer.internals.Utils.TopicPartitionComparator
class TopicPartitionComparator extends Object implements Serializable- serialVersionUID:
- 1L
-
-
Package org.apache.kafka.clients.producer
-
Exception Class org.apache.kafka.clients.producer.BufferExhaustedException
class BufferExhaustedException extends org.apache.kafka.common.errors.TimeoutException implements Serializable- serialVersionUID:
- 1L
-
-
Package org.mariadb.jdbc
-
Class org.mariadb.jdbc.MariaDbBlob
class MariaDbBlob extends Object implements Serializable- serialVersionUID:
- -4736603161284649490L
-
Serialized Fields
-
data
byte[] data
-
-
Class org.mariadb.jdbc.MariaDbClob
class MariaDbClob extends org.mariadb.jdbc.MariaDbBlob implements Serializable- serialVersionUID:
- -3066501059817815286L
-
-
Package org.redisson.api
-
Class org.redisson.api.AutoClaimResult
class AutoClaimResult extends Object implements Serializable- serialVersionUID:
- -5525031552305408248L
-
Serialized Fields
-
deletedIds
List<StreamMessageId> deletedIds
-
messages
Map<StreamMessageId,
Map<K, V>> messages -
nextId
StreamMessageId nextId
-
-
Class org.redisson.api.FastAutoClaimResult
class FastAutoClaimResult extends Object implements Serializable- serialVersionUID:
- -5525031552305408248L
-
Serialized Fields
-
ids
List<StreamMessageId> ids
-
nextId
StreamMessageId nextId
-
-
Class org.redisson.api.PendingResult
class PendingResult extends Object implements Serializable- serialVersionUID:
- -5525031552305408248L
-
Serialized Fields
-
consumerNames
Map<String,
Long> consumerNames -
highestId
StreamMessageId highestId
-
lowestId
StreamMessageId lowestId
-
total
long total
-
-
Class org.redisson.api.RemoteInvocationOptions
class RemoteInvocationOptions extends Object implements Serializable- serialVersionUID:
- -7715968073286484802L
-
-
Package org.redisson.api.mapreduce
-
Package org.redisson.client
-
Exception Class org.redisson.client.RedisAskException
class RedisAskException extends RedisRedirectException implements Serializable- serialVersionUID:
- -6969734163155547631L
-
Exception Class org.redisson.client.RedisAuthRequiredException
class RedisAuthRequiredException extends RedisException implements Serializable- serialVersionUID:
- -2565335188503354660L
-
Exception Class org.redisson.client.RedisBusyException
class RedisBusyException extends RedisRetryException implements Serializable- serialVersionUID:
- -5658453331593019251L
-
Exception Class org.redisson.client.RedisClusterDownException
class RedisClusterDownException extends RedisRetryException implements Serializable- serialVersionUID:
- -2565335188503354660L
-
Exception Class org.redisson.client.RedisConnectionException
class RedisConnectionException extends RedisException implements Serializable- serialVersionUID:
- -4756928186967834601L
-
Exception Class org.redisson.client.RedisException
class RedisException extends RuntimeException implements Serializable- serialVersionUID:
- 3389820652701696154L
-
Exception Class org.redisson.client.RedisLoadingException
class RedisLoadingException extends RedisRetryException implements Serializable- serialVersionUID:
- -2565335188503354660L
-
Exception Class org.redisson.client.RedisMovedException
class RedisMovedException extends RedisRedirectException implements Serializable- serialVersionUID:
- -6969734163155547631L
-
Exception Class org.redisson.client.RedisNodeNotFoundException
class RedisNodeNotFoundException extends RedisException implements Serializable- serialVersionUID:
- -4756928186967834601L
-
Exception Class org.redisson.client.RedisOutOfMemoryException
class RedisOutOfMemoryException extends RedisException implements Serializable- serialVersionUID:
- -2565335188503354660L
-
Exception Class org.redisson.client.RedisReadonlyException
class RedisReadonlyException extends RedisException implements Serializable- serialVersionUID:
- -2565335188503354660L
-
Exception Class org.redisson.client.RedisRedirectException
class RedisRedirectException extends RedisException implements Serializable- serialVersionUID:
- 181505625075250011L
-
Serialized Fields
-
slot
int slot
-
url
org.redisson.misc.RedisURI url
-
-
Exception Class org.redisson.client.RedisResponseTimeoutException
class RedisResponseTimeoutException extends RedisTimeoutException implements Serializable- serialVersionUID:
- 2829224148153662863L
-
Exception Class org.redisson.client.RedisRetryException
class RedisRetryException extends RedisException implements Serializable -
Exception Class org.redisson.client.RedisTimeoutException
class RedisTimeoutException extends RedisException implements Serializable- serialVersionUID:
- -8418769175260962404L
-
Exception Class org.redisson.client.RedisTryAgainException
class RedisTryAgainException extends RedisRetryException implements Serializable- serialVersionUID:
- -2565335188503354660L
-
Exception Class org.redisson.client.RedisWaitException
class RedisWaitException extends RedisRetryException implements Serializable- serialVersionUID:
- -5658453331593019251L
-
Exception Class org.redisson.client.RedisWrongPasswordException
class RedisWrongPasswordException extends RedisException implements Serializable- serialVersionUID:
- -2565335188503354660L
-
Exception Class org.redisson.client.WriteRedisConnectionException
class WriteRedisConnectionException extends RedisConnectionException implements Serializable- serialVersionUID:
- -4756928186967834601L
-
-
Package org.redisson.codec
-
Exception Class org.redisson.codec.KryoCodec.RedissonKryoCodecException
class RedissonKryoCodecException extends RuntimeException implements Serializable- serialVersionUID:
- 9172336149805414947L
-
-
Package org.redisson.config
-
Class org.redisson.config.Credentials
class Credentials extends Object implements Serializable
-