A B C E F G H I J M N P R S T V W 
All Classes All Packages

A

Action - Class in com.redhat.cloud.notifications.ingress
 
Action() - Constructor for class com.redhat.cloud.notifications.ingress.Action
Default constructor.
Action(String, String, String, LocalDateTime, String, Map, List<Event>) - Constructor for class com.redhat.cloud.notifications.ingress.Action
All-args constructor.
Action.Builder - Class in com.redhat.cloud.notifications.ingress
RecordBuilder for Action instances.
AvroInit - Class in com.redhat.cloud.notifications.avro
 

B

build() - Method in class com.redhat.cloud.notifications.ingress.Action.Builder
 
build() - Method in class com.redhat.cloud.notifications.ingress.Event.Builder
 
build() - Method in class com.redhat.cloud.notifications.ingress.Metadata.Builder
 

C

clearAccountId() - Method in class com.redhat.cloud.notifications.ingress.Action.Builder
Clears the value of the 'account_id' field.
clearApplication() - Method in class com.redhat.cloud.notifications.ingress.Action.Builder
Clears the value of the 'application' field.
clearBundle() - Method in class com.redhat.cloud.notifications.ingress.Action.Builder
Clears the value of the 'bundle' field.
clearContext() - Method in class com.redhat.cloud.notifications.ingress.Action.Builder
Clears the value of the 'context' field.
clearEvents() - Method in class com.redhat.cloud.notifications.ingress.Action.Builder
Clears the value of the 'events' field.
clearEventType() - Method in class com.redhat.cloud.notifications.ingress.Action.Builder
Clears the value of the 'event_type' field.
clearMetadata() - Method in class com.redhat.cloud.notifications.ingress.Event.Builder
Clears the value of the 'metadata' field.
clearPayload() - Method in class com.redhat.cloud.notifications.ingress.Event.Builder
Clears the value of the 'payload' field.
clearTimestamp() - Method in class com.redhat.cloud.notifications.ingress.Action.Builder
Clears the value of the 'timestamp' field.
com.redhat.cloud.notifications.avro - package com.redhat.cloud.notifications.avro
 
com.redhat.cloud.notifications.ingress - package com.redhat.cloud.notifications.ingress
 
createDecoder(SchemaStore) - Static method in class com.redhat.cloud.notifications.ingress.Action
Create a new BinaryMessageDecoder instance for this class that uses the specified SchemaStore.
createDecoder(SchemaStore) - Static method in class com.redhat.cloud.notifications.ingress.Event
Create a new BinaryMessageDecoder instance for this class that uses the specified SchemaStore.
createDecoder(SchemaStore) - Static method in class com.redhat.cloud.notifications.ingress.Metadata
Create a new BinaryMessageDecoder instance for this class that uses the specified SchemaStore.
customDecode(ResolvingDecoder) - Method in class com.redhat.cloud.notifications.ingress.Metadata
 
customEncode(Encoder) - Method in class com.redhat.cloud.notifications.ingress.Metadata
 

E

Event - Class in com.redhat.cloud.notifications.ingress
 
Event() - Constructor for class com.redhat.cloud.notifications.ingress.Event
Default constructor.
Event(Metadata, Map) - Constructor for class com.redhat.cloud.notifications.ingress.Event
All-args constructor.
Event.Builder - Class in com.redhat.cloud.notifications.ingress
RecordBuilder for Event instances.

F

fromByteBuffer(ByteBuffer) - Static method in class com.redhat.cloud.notifications.ingress.Action
Deserializes a Action from a ByteBuffer.
fromByteBuffer(ByteBuffer) - Static method in class com.redhat.cloud.notifications.ingress.Event
Deserializes a Event from a ByteBuffer.
fromByteBuffer(ByteBuffer) - Static method in class com.redhat.cloud.notifications.ingress.Metadata
Deserializes a Metadata from a ByteBuffer.
fromCharSequence(CharSequence, Schema, LogicalType) - Method in class com.redhat.cloud.notifications.avro.Iso8601Conversion
 
fromCharSequence(CharSequence, Schema, LogicalType) - Method in class com.redhat.cloud.notifications.avro.JsonObjectConversion
 
fromSchema(Schema) - Method in class com.redhat.cloud.notifications.avro.Iso8601Factory
 
fromSchema(Schema) - Method in class com.redhat.cloud.notifications.avro.JsonObjectFactory
 

G

get(int) - Method in class com.redhat.cloud.notifications.ingress.Action
 
get(int) - Method in class com.redhat.cloud.notifications.ingress.Event
 
get(int) - Method in class com.redhat.cloud.notifications.ingress.Metadata
 
getAccountId() - Method in class com.redhat.cloud.notifications.ingress.Action.Builder
Gets the value of the 'account_id' field.
getAccountId() - Method in class com.redhat.cloud.notifications.ingress.Action
Gets the value of the 'account_id' field.
getApplication() - Method in class com.redhat.cloud.notifications.ingress.Action.Builder
Gets the value of the 'application' field.
getApplication() - Method in class com.redhat.cloud.notifications.ingress.Action
Gets the value of the 'application' field.
getBundle() - Method in class com.redhat.cloud.notifications.ingress.Action.Builder
Gets the value of the 'bundle' field.
getBundle() - Method in class com.redhat.cloud.notifications.ingress.Action
Gets the value of the 'bundle' field.
getClassSchema() - Static method in class com.redhat.cloud.notifications.ingress.Action
 
getClassSchema() - Static method in class com.redhat.cloud.notifications.ingress.Event
 
getClassSchema() - Static method in class com.redhat.cloud.notifications.ingress.Metadata
 
getContext() - Method in class com.redhat.cloud.notifications.ingress.Action.Builder
Gets the value of the 'context' field.
getContext() - Method in class com.redhat.cloud.notifications.ingress.Action
Gets the value of the 'context' field.
getConversion(int) - Method in class com.redhat.cloud.notifications.ingress.Action
 
getConversion(int) - Method in class com.redhat.cloud.notifications.ingress.Event
 
getConvertedType() - Method in class com.redhat.cloud.notifications.avro.Iso8601Conversion
 
getConvertedType() - Method in class com.redhat.cloud.notifications.avro.JsonObjectConversion
 
getDecoder() - Static method in class com.redhat.cloud.notifications.ingress.Action
Return the BinaryMessageDecoder instance used by this class.
getDecoder() - Static method in class com.redhat.cloud.notifications.ingress.Event
Return the BinaryMessageDecoder instance used by this class.
getDecoder() - Static method in class com.redhat.cloud.notifications.ingress.Metadata
Return the BinaryMessageDecoder instance used by this class.
getEncoder() - Static method in class com.redhat.cloud.notifications.ingress.Action
Return the BinaryMessageEncoder instance used by this class.
getEncoder() - Static method in class com.redhat.cloud.notifications.ingress.Event
Return the BinaryMessageEncoder instance used by this class.
getEncoder() - Static method in class com.redhat.cloud.notifications.ingress.Metadata
Return the BinaryMessageEncoder instance used by this class.
getEvents() - Method in class com.redhat.cloud.notifications.ingress.Action.Builder
Gets the value of the 'events' field.
getEvents() - Method in class com.redhat.cloud.notifications.ingress.Action
Gets the value of the 'events' field.
getEventType() - Method in class com.redhat.cloud.notifications.ingress.Action.Builder
Gets the value of the 'event_type' field.
getEventType() - Method in class com.redhat.cloud.notifications.ingress.Action
Gets the value of the 'event_type' field.
getLogicalTypeName() - Method in class com.redhat.cloud.notifications.avro.Iso8601Conversion
 
getLogicalTypeName() - Method in class com.redhat.cloud.notifications.avro.JsonObjectConversion
 
getMetadata() - Method in class com.redhat.cloud.notifications.ingress.Event.Builder
Gets the value of the 'metadata' field.
getMetadata() - Method in class com.redhat.cloud.notifications.ingress.Event
Gets the value of the 'metadata' field.
getMetadataBuilder() - Method in class com.redhat.cloud.notifications.ingress.Event.Builder
Gets the Builder instance for the 'metadata' field and creates one if it doesn't exist yet.
getPayload() - Method in class com.redhat.cloud.notifications.ingress.Event.Builder
Gets the value of the 'payload' field.
getPayload() - Method in class com.redhat.cloud.notifications.ingress.Event
Gets the value of the 'payload' field.
getRecommendedSchema() - Method in class com.redhat.cloud.notifications.avro.Iso8601Conversion
 
getRecommendedSchema() - Method in class com.redhat.cloud.notifications.avro.JsonObjectConversion
 
getSchema() - Method in class com.redhat.cloud.notifications.ingress.Action
 
getSchema() - Method in class com.redhat.cloud.notifications.ingress.Event
 
getSchema() - Method in class com.redhat.cloud.notifications.ingress.Metadata
 
getSpecificData() - Method in class com.redhat.cloud.notifications.ingress.Action
 
getSpecificData() - Method in class com.redhat.cloud.notifications.ingress.Event
 
getSpecificData() - Method in class com.redhat.cloud.notifications.ingress.Metadata
 
getTimestamp() - Method in class com.redhat.cloud.notifications.ingress.Action.Builder
Gets the value of the 'timestamp' field.
getTimestamp() - Method in class com.redhat.cloud.notifications.ingress.Action
Gets the value of the 'timestamp' field.
getTypeName() - Method in class com.redhat.cloud.notifications.avro.Iso8601Factory
 
getTypeName() - Method in class com.redhat.cloud.notifications.avro.JsonObjectFactory
 

H

hasAccountId() - Method in class com.redhat.cloud.notifications.ingress.Action.Builder
Checks whether the 'account_id' field has been set.
hasApplication() - Method in class com.redhat.cloud.notifications.ingress.Action.Builder
Checks whether the 'application' field has been set.
hasBundle() - Method in class com.redhat.cloud.notifications.ingress.Action.Builder
Checks whether the 'bundle' field has been set.
hasContext() - Method in class com.redhat.cloud.notifications.ingress.Action.Builder
Checks whether the 'context' field has been set.
hasCustomCoders() - Method in class com.redhat.cloud.notifications.ingress.Metadata
 
hasEvents() - Method in class com.redhat.cloud.notifications.ingress.Action.Builder
Checks whether the 'events' field has been set.
hasEventType() - Method in class com.redhat.cloud.notifications.ingress.Action.Builder
Checks whether the 'event_type' field has been set.
hasMetadata() - Method in class com.redhat.cloud.notifications.ingress.Event.Builder
Checks whether the 'metadata' field has been set.
hasMetadataBuilder() - Method in class com.redhat.cloud.notifications.ingress.Event.Builder
Checks whether the 'metadata' field has an active Builder instance
hasPayload() - Method in class com.redhat.cloud.notifications.ingress.Event.Builder
Checks whether the 'payload' field has been set.
hasTimestamp() - Method in class com.redhat.cloud.notifications.ingress.Action.Builder
Checks whether the 'timestamp' field has been set.

I

init() - Static method in class com.redhat.cloud.notifications.avro.AvroInit
 
Iso8601Conversion - Class in com.redhat.cloud.notifications.avro
 
Iso8601Conversion() - Constructor for class com.redhat.cloud.notifications.avro.Iso8601Conversion
 
Iso8601Factory - Class in com.redhat.cloud.notifications.avro
 
Iso8601Factory() - Constructor for class com.redhat.cloud.notifications.avro.Iso8601Factory
 
Iso8601LogicalType - Class in com.redhat.cloud.notifications.avro
 

J

JsonObjectConversion - Class in com.redhat.cloud.notifications.avro
 
JsonObjectConversion() - Constructor for class com.redhat.cloud.notifications.avro.JsonObjectConversion
 
JsonObjectFactory - Class in com.redhat.cloud.notifications.avro
 
JsonObjectFactory() - Constructor for class com.redhat.cloud.notifications.avro.JsonObjectFactory
 
JsonObjectLogicalType - Class in com.redhat.cloud.notifications.avro
 

M

Metadata - Class in com.redhat.cloud.notifications.ingress
 
Metadata() - Constructor for class com.redhat.cloud.notifications.ingress.Metadata
 
Metadata.Builder - Class in com.redhat.cloud.notifications.ingress
RecordBuilder for Metadata instances.

N

newBuilder() - Static method in class com.redhat.cloud.notifications.ingress.Action
Creates a new Action RecordBuilder.
newBuilder() - Static method in class com.redhat.cloud.notifications.ingress.Event
Creates a new Event RecordBuilder.
newBuilder() - Static method in class com.redhat.cloud.notifications.ingress.Metadata
Creates a new Metadata RecordBuilder.
newBuilder(Action) - Static method in class com.redhat.cloud.notifications.ingress.Action
Creates a new Action RecordBuilder by copying an existing Action instance.
newBuilder(Action.Builder) - Static method in class com.redhat.cloud.notifications.ingress.Action
Creates a new Action RecordBuilder by copying an existing Builder.
newBuilder(Event) - Static method in class com.redhat.cloud.notifications.ingress.Event
Creates a new Event RecordBuilder by copying an existing Event instance.
newBuilder(Event.Builder) - Static method in class com.redhat.cloud.notifications.ingress.Event
Creates a new Event RecordBuilder by copying an existing Builder.
newBuilder(Metadata) - Static method in class com.redhat.cloud.notifications.ingress.Metadata
Creates a new Metadata RecordBuilder by copying an existing Metadata instance.
newBuilder(Metadata.Builder) - Static method in class com.redhat.cloud.notifications.ingress.Metadata
Creates a new Metadata RecordBuilder by copying an existing Builder.

P

put(int, Object) - Method in class com.redhat.cloud.notifications.ingress.Action
 
put(int, Object) - Method in class com.redhat.cloud.notifications.ingress.Event
 
put(int, Object) - Method in class com.redhat.cloud.notifications.ingress.Metadata
 

R

readExternal(ObjectInput) - Method in class com.redhat.cloud.notifications.ingress.Action
 
readExternal(ObjectInput) - Method in class com.redhat.cloud.notifications.ingress.Event
 
readExternal(ObjectInput) - Method in class com.redhat.cloud.notifications.ingress.Metadata
 

S

SCHEMA$ - Static variable in class com.redhat.cloud.notifications.ingress.Action
 
SCHEMA$ - Static variable in class com.redhat.cloud.notifications.ingress.Event
 
SCHEMA$ - Static variable in class com.redhat.cloud.notifications.ingress.Metadata
 
setAccountId(String) - Method in class com.redhat.cloud.notifications.ingress.Action.Builder
Sets the value of the 'account_id' field.
setAccountId(String) - Method in class com.redhat.cloud.notifications.ingress.Action
Sets the value of the 'account_id' field.
setApplication(String) - Method in class com.redhat.cloud.notifications.ingress.Action.Builder
Sets the value of the 'application' field.
setApplication(String) - Method in class com.redhat.cloud.notifications.ingress.Action
Sets the value of the 'application' field.
setBundle(String) - Method in class com.redhat.cloud.notifications.ingress.Action.Builder
Sets the value of the 'bundle' field.
setBundle(String) - Method in class com.redhat.cloud.notifications.ingress.Action
Sets the value of the 'bundle' field.
setContext(Map) - Method in class com.redhat.cloud.notifications.ingress.Action.Builder
Sets the value of the 'context' field.
setContext(Map) - Method in class com.redhat.cloud.notifications.ingress.Action
Sets the value of the 'context' field.
setEvents(List<Event>) - Method in class com.redhat.cloud.notifications.ingress.Action.Builder
Sets the value of the 'events' field.
setEvents(List<Event>) - Method in class com.redhat.cloud.notifications.ingress.Action
Sets the value of the 'events' field.
setEventType(String) - Method in class com.redhat.cloud.notifications.ingress.Action.Builder
Sets the value of the 'event_type' field.
setEventType(String) - Method in class com.redhat.cloud.notifications.ingress.Action
Sets the value of the 'event_type' field.
setMetadata(Metadata) - Method in class com.redhat.cloud.notifications.ingress.Event.Builder
Sets the value of the 'metadata' field.
setMetadata(Metadata) - Method in class com.redhat.cloud.notifications.ingress.Event
Sets the value of the 'metadata' field.
setMetadataBuilder(Metadata.Builder) - Method in class com.redhat.cloud.notifications.ingress.Event.Builder
Sets the Builder instance for the 'metadata' field
setPayload(Map) - Method in class com.redhat.cloud.notifications.ingress.Event.Builder
Sets the value of the 'payload' field.
setPayload(Map) - Method in class com.redhat.cloud.notifications.ingress.Event
Sets the value of the 'payload' field.
setTimestamp(LocalDateTime) - Method in class com.redhat.cloud.notifications.ingress.Action.Builder
Sets the value of the 'timestamp' field.
setTimestamp(LocalDateTime) - Method in class com.redhat.cloud.notifications.ingress.Action
Sets the value of the 'timestamp' field.

T

toByteBuffer() - Method in class com.redhat.cloud.notifications.ingress.Action
Serializes this Action to a ByteBuffer.
toByteBuffer() - Method in class com.redhat.cloud.notifications.ingress.Event
Serializes this Event to a ByteBuffer.
toByteBuffer() - Method in class com.redhat.cloud.notifications.ingress.Metadata
Serializes this Metadata to a ByteBuffer.
toCharSequence(LocalDateTime, Schema, LogicalType) - Method in class com.redhat.cloud.notifications.avro.Iso8601Conversion
 
toCharSequence(Map, Schema, LogicalType) - Method in class com.redhat.cloud.notifications.avro.JsonObjectConversion
 

V

validate(Schema) - Method in class com.redhat.cloud.notifications.avro.Iso8601LogicalType
 
validate(Schema) - Method in class com.redhat.cloud.notifications.avro.JsonObjectLogicalType
 

W

writeExternal(ObjectOutput) - Method in class com.redhat.cloud.notifications.ingress.Action
 
writeExternal(ObjectOutput) - Method in class com.redhat.cloud.notifications.ingress.Event
 
writeExternal(ObjectOutput) - Method in class com.redhat.cloud.notifications.ingress.Metadata
 
A B C E F G H I J M N P R S T V W 
All Classes All Packages