Serialized Form
-
Package com.networknt.kafka.common
-
Class com.networknt.kafka.common.CircularFifoQueue extends AbstractCollection<E> implements Serializable
- serialVersionUID:
- -8423413834657610405L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Read the queue in using a custom routine.- Throws:
IOException- if an I/O error occurs while writing to the output streamClassNotFoundException- if the class of a serialized object can not be found
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Write the queue out using a custom routine.- Throws:
IOException- if an I/O error occurs while writing to the output stream
-
-
Serialized Fields
-
maxElements
int maxElements
Capacity of the queue.
-
-
Class com.networknt.kafka.common.EventId extends org.apache.avro.specific.SpecificRecordBase implements Serializable
- serialVersionUID:
- 8281982261514519569L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException
- Throws:
IOException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class com.networknt.kafka.common.TransactionalKafkaException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.networknt.kafka.common.converter
-
Class com.networknt.kafka.common.converter.ConversionException extends javax.validation.ConstraintViolationException implements Serializable
-