Uses of Class
ch.admin.bit.jeap.messaging.avro.AvroMessageType
Packages that use AvroMessageType
-
Uses of AvroMessageType in ch.admin.bit.jeap.command.avro
Methods in ch.admin.bit.jeap.command.avro with parameters of type AvroMessageType -
Uses of AvroMessageType in ch.admin.bit.jeap.messaging.avro
Methods in ch.admin.bit.jeap.messaging.avro that return AvroMessageTypeModifier and TypeMethodDescriptionAvroMessageType.Builder.build()static AvroMessageTypeAvroMessageType.fromByteBuffer(ByteBuffer b) Deserializes a AvroMessageType from a ByteBuffer.Methods in ch.admin.bit.jeap.messaging.avro that return types with arguments of type AvroMessageTypeModifier and TypeMethodDescriptionstatic org.apache.avro.message.BinaryMessageDecoder<AvroMessageType> AvroMessageType.createDecoder(org.apache.avro.message.SchemaStore resolver) Create a new BinaryMessageDecoder instance for this class that uses the specifiedSchemaStore.static org.apache.avro.message.BinaryMessageDecoder<AvroMessageType> AvroMessageType.getDecoder()Return the BinaryMessageDecoder instance used by this class.static org.apache.avro.message.BinaryMessageEncoder<AvroMessageType> AvroMessageType.getEncoder()Return the BinaryMessageEncoder instance used by this class.Methods in ch.admin.bit.jeap.messaging.avro with parameters of type AvroMessageTypeModifier and TypeMethodDescriptionstatic AvroMessageType.BuilderAvroMessageType.newBuilder(AvroMessageType other) Creates a new AvroMessageType RecordBuilder by copying an existing AvroMessageType instance.