A B C D E F G H N P R S T W 
All Classes All Packages

A

asProcessor(String) - Static method in class com.bakdata.kafka.AvroDeadLetterConverter
Creates a processor that uses the AvroDeadLetterConverter
asTransformer(String) - Static method in class com.bakdata.kafka.AvroDeadLetterConverter
AvroDeadLetterConverter - Class in com.bakdata.kafka
Convert a DeadLetterDescription to an Avro DeadLetter
AvroDeadLetterConverter() - Constructor for class com.bakdata.kafka.AvroDeadLetterConverter
 

B

build() - Method in class com.bakdata.kafka.DeadLetter.Builder
 
build() - Method in class com.bakdata.kafka.ErrorDescription.Builder
 

C

clearCause() - Method in class com.bakdata.kafka.DeadLetter.Builder
Clears the value of the 'cause' field.
clearDescription() - Method in class com.bakdata.kafka.DeadLetter.Builder
Clears the value of the 'description' field.
clearErrorClass() - Method in class com.bakdata.kafka.ErrorDescription.Builder
Clears the value of the 'error_class' field.
clearInputValue() - Method in class com.bakdata.kafka.DeadLetter.Builder
Clears the value of the 'input_value' field.
clearMessage() - Method in class com.bakdata.kafka.ErrorDescription.Builder
Clears the value of the 'message' field.
clearOffset() - Method in class com.bakdata.kafka.DeadLetter.Builder
Clears the value of the 'offset' field.
clearPartition() - Method in class com.bakdata.kafka.DeadLetter.Builder
Clears the value of the 'partition' field.
clearStackTrace() - Method in class com.bakdata.kafka.ErrorDescription.Builder
Clears the value of the 'stack_trace' field.
clearTopic() - Method in class com.bakdata.kafka.DeadLetter.Builder
Clears the value of the 'topic' field.
com.bakdata.kafka - package com.bakdata.kafka
 
convert(DeadLetterDescription) - Method in class com.bakdata.kafka.AvroDeadLetterConverter
 
createDecoder(SchemaStore) - Static method in class com.bakdata.kafka.DeadLetter
Create a new BinaryMessageDecoder instance for this class that uses the specified SchemaStore.
createDecoder(SchemaStore) - Static method in class com.bakdata.kafka.ErrorDescription
Create a new BinaryMessageDecoder instance for this class that uses the specified SchemaStore.
customDecode(ResolvingDecoder) - Method in class com.bakdata.kafka.DeadLetter
 
customDecode(ResolvingDecoder) - Method in class com.bakdata.kafka.ErrorDescription
 
customEncode(Encoder) - Method in class com.bakdata.kafka.DeadLetter
 
customEncode(Encoder) - Method in class com.bakdata.kafka.ErrorDescription
 

D

DeadLetter - Class in com.bakdata.kafka
 
DeadLetter() - Constructor for class com.bakdata.kafka.DeadLetter
Default constructor.
DeadLetter(String, String, Integer, Long, String, ErrorDescription) - Constructor for class com.bakdata.kafka.DeadLetter
All-args constructor.
DeadLetter.Builder - Class in com.bakdata.kafka
RecordBuilder for DeadLetter instances.

E

ErrorDescription - Class in com.bakdata.kafka
 
ErrorDescription() - Constructor for class com.bakdata.kafka.ErrorDescription
Default constructor.
ErrorDescription(String, String, String) - Constructor for class com.bakdata.kafka.ErrorDescription
All-args constructor.
ErrorDescription.Builder - Class in com.bakdata.kafka
RecordBuilder for ErrorDescription instances.

F

fromByteBuffer(ByteBuffer) - Static method in class com.bakdata.kafka.DeadLetter
Deserializes a DeadLetter from a ByteBuffer.
fromByteBuffer(ByteBuffer) - Static method in class com.bakdata.kafka.ErrorDescription
Deserializes a ErrorDescription from a ByteBuffer.

G

get(int) - Method in class com.bakdata.kafka.DeadLetter
 
get(int) - Method in class com.bakdata.kafka.ErrorDescription
 
getCause() - Method in class com.bakdata.kafka.DeadLetter.Builder
Gets the value of the 'cause' field.
getCause() - Method in class com.bakdata.kafka.DeadLetter
Gets the value of the 'cause' field.
getCauseBuilder() - Method in class com.bakdata.kafka.DeadLetter.Builder
Gets the Builder instance for the 'cause' field and creates one if it doesn't exist yet.
getClassSchema() - Static method in class com.bakdata.kafka.DeadLetter
 
getClassSchema() - Static method in class com.bakdata.kafka.ErrorDescription
 
getDecoder() - Static method in class com.bakdata.kafka.DeadLetter
Return the BinaryMessageDecoder instance used by this class.
getDecoder() - Static method in class com.bakdata.kafka.ErrorDescription
Return the BinaryMessageDecoder instance used by this class.
getDescription() - Method in class com.bakdata.kafka.DeadLetter.Builder
Gets the value of the 'description' field.
getDescription() - Method in class com.bakdata.kafka.DeadLetter
Gets the value of the 'description' field.
getEncoder() - Static method in class com.bakdata.kafka.DeadLetter
Return the BinaryMessageEncoder instance used by this class.
getEncoder() - Static method in class com.bakdata.kafka.ErrorDescription
Return the BinaryMessageEncoder instance used by this class.
getErrorClass() - Method in class com.bakdata.kafka.ErrorDescription.Builder
Gets the value of the 'error_class' field.
getErrorClass() - Method in class com.bakdata.kafka.ErrorDescription
Gets the value of the 'error_class' field as an Optional<java.lang.String>.
getInputValue() - Method in class com.bakdata.kafka.DeadLetter.Builder
Gets the value of the 'input_value' field.
getInputValue() - Method in class com.bakdata.kafka.DeadLetter
Gets the value of the 'input_value' field as an Optional<java.lang.String>.
getMessage() - Method in class com.bakdata.kafka.ErrorDescription.Builder
Gets the value of the 'message' field.
getMessage() - Method in class com.bakdata.kafka.ErrorDescription
Gets the value of the 'message' field as an Optional<java.lang.String>.
getOffset() - Method in class com.bakdata.kafka.DeadLetter.Builder
Gets the value of the 'offset' field.
getOffset() - Method in class com.bakdata.kafka.DeadLetter
Gets the value of the 'offset' field as an Optional<java.lang.Long>.
getPartition() - Method in class com.bakdata.kafka.DeadLetter.Builder
Gets the value of the 'partition' field.
getPartition() - Method in class com.bakdata.kafka.DeadLetter
Gets the value of the 'partition' field as an Optional<java.lang.Integer>.
getSchema() - Method in class com.bakdata.kafka.DeadLetter
 
getSchema() - Method in class com.bakdata.kafka.ErrorDescription
 
getSpecificData() - Method in class com.bakdata.kafka.DeadLetter
 
getSpecificData() - Method in class com.bakdata.kafka.ErrorDescription
 
getStackTrace() - Method in class com.bakdata.kafka.ErrorDescription.Builder
Gets the value of the 'stack_trace' field.
getStackTrace() - Method in class com.bakdata.kafka.ErrorDescription
Gets the value of the 'stack_trace' field as an Optional<java.lang.String>.
getTopic() - Method in class com.bakdata.kafka.DeadLetter.Builder
Gets the value of the 'topic' field.
getTopic() - Method in class com.bakdata.kafka.DeadLetter
Gets the value of the 'topic' field as an Optional<java.lang.String>.

H

hasCause() - Method in class com.bakdata.kafka.DeadLetter.Builder
Checks whether the 'cause' field has been set.
hasCauseBuilder() - Method in class com.bakdata.kafka.DeadLetter.Builder
Checks whether the 'cause' field has an active Builder instance
hasCustomCoders() - Method in class com.bakdata.kafka.DeadLetter
 
hasCustomCoders() - Method in class com.bakdata.kafka.ErrorDescription
 
hasDescription() - Method in class com.bakdata.kafka.DeadLetter.Builder
Checks whether the 'description' field has been set.
hasErrorClass() - Method in class com.bakdata.kafka.ErrorDescription.Builder
Checks whether the 'error_class' field has been set.
hasInputValue() - Method in class com.bakdata.kafka.DeadLetter.Builder
Checks whether the 'input_value' field has been set.
hasMessage() - Method in class com.bakdata.kafka.ErrorDescription.Builder
Checks whether the 'message' field has been set.
hasOffset() - Method in class com.bakdata.kafka.DeadLetter.Builder
Checks whether the 'offset' field has been set.
hasPartition() - Method in class com.bakdata.kafka.DeadLetter.Builder
Checks whether the 'partition' field has been set.
hasStackTrace() - Method in class com.bakdata.kafka.ErrorDescription.Builder
Checks whether the 'stack_trace' field has been set.
hasTopic() - Method in class com.bakdata.kafka.DeadLetter.Builder
Checks whether the 'topic' field has been set.

N

newBuilder() - Static method in class com.bakdata.kafka.DeadLetter
Creates a new DeadLetter RecordBuilder.
newBuilder() - Static method in class com.bakdata.kafka.ErrorDescription
Creates a new ErrorDescription RecordBuilder.
newBuilder(DeadLetter) - Static method in class com.bakdata.kafka.DeadLetter
Creates a new DeadLetter RecordBuilder by copying an existing DeadLetter instance.
newBuilder(DeadLetter.Builder) - Static method in class com.bakdata.kafka.DeadLetter
Creates a new DeadLetter RecordBuilder by copying an existing Builder.
newBuilder(ErrorDescription) - Static method in class com.bakdata.kafka.ErrorDescription
Creates a new ErrorDescription RecordBuilder by copying an existing ErrorDescription instance.
newBuilder(ErrorDescription.Builder) - Static method in class com.bakdata.kafka.ErrorDescription
Creates a new ErrorDescription RecordBuilder by copying an existing Builder.

P

put(int, Object) - Method in class com.bakdata.kafka.DeadLetter
 
put(int, Object) - Method in class com.bakdata.kafka.ErrorDescription
 

R

readExternal(ObjectInput) - Method in class com.bakdata.kafka.DeadLetter
 
readExternal(ObjectInput) - Method in class com.bakdata.kafka.ErrorDescription
 

S

SCHEMA$ - Static variable in class com.bakdata.kafka.DeadLetter
 
SCHEMA$ - Static variable in class com.bakdata.kafka.ErrorDescription
 
setCause(ErrorDescription) - Method in class com.bakdata.kafka.DeadLetter.Builder
Sets the value of the 'cause' field.
setCause(ErrorDescription) - Method in class com.bakdata.kafka.DeadLetter
Sets the value of the 'cause' field.
setCauseBuilder(ErrorDescription.Builder) - Method in class com.bakdata.kafka.DeadLetter.Builder
Sets the Builder instance for the 'cause' field
setDescription(String) - Method in class com.bakdata.kafka.DeadLetter.Builder
Sets the value of the 'description' field.
setDescription(String) - Method in class com.bakdata.kafka.DeadLetter
Sets the value of the 'description' field.
setErrorClass(String) - Method in class com.bakdata.kafka.ErrorDescription.Builder
Sets the value of the 'error_class' field.
setErrorClass(String) - Method in class com.bakdata.kafka.ErrorDescription
Sets the value of the 'error_class' field.
setInputValue(String) - Method in class com.bakdata.kafka.DeadLetter.Builder
Sets the value of the 'input_value' field.
setInputValue(String) - Method in class com.bakdata.kafka.DeadLetter
Sets the value of the 'input_value' field.
setMessage(String) - Method in class com.bakdata.kafka.ErrorDescription.Builder
Sets the value of the 'message' field.
setMessage(String) - Method in class com.bakdata.kafka.ErrorDescription
Sets the value of the 'message' field.
setOffset(Long) - Method in class com.bakdata.kafka.DeadLetter.Builder
Sets the value of the 'offset' field.
setOffset(Long) - Method in class com.bakdata.kafka.DeadLetter
Sets the value of the 'offset' field.
setPartition(Integer) - Method in class com.bakdata.kafka.DeadLetter.Builder
Sets the value of the 'partition' field.
setPartition(Integer) - Method in class com.bakdata.kafka.DeadLetter
Sets the value of the 'partition' field.
setStackTrace(String) - Method in class com.bakdata.kafka.ErrorDescription.Builder
Sets the value of the 'stack_trace' field.
setStackTrace(String) - Method in class com.bakdata.kafka.ErrorDescription
Sets the value of the 'stack_trace' field.
setTopic(String) - Method in class com.bakdata.kafka.DeadLetter.Builder
Sets the value of the 'topic' field.
setTopic(String) - Method in class com.bakdata.kafka.DeadLetter
Sets the value of the 'topic' field.

T

toByteBuffer() - Method in class com.bakdata.kafka.DeadLetter
Serializes this DeadLetter to a ByteBuffer.
toByteBuffer() - Method in class com.bakdata.kafka.ErrorDescription
Serializes this ErrorDescription to a ByteBuffer.

W

writeExternal(ObjectOutput) - Method in class com.bakdata.kafka.DeadLetter
 
writeExternal(ObjectOutput) - Method in class com.bakdata.kafka.ErrorDescription
 
A B C D E F G H N P R S T W 
All Classes All Packages