Uses of Class
ch.admin.bit.jeap.messaging.avro.AvroMessageIdentity
Packages that use AvroMessageIdentity
-
Uses of AvroMessageIdentity in ch.admin.bit.jeap.command.avro
Methods in ch.admin.bit.jeap.command.avro with parameters of type AvroMessageIdentity -
Uses of AvroMessageIdentity in ch.admin.bit.jeap.messaging.avro
Methods in ch.admin.bit.jeap.messaging.avro that return AvroMessageIdentityModifier and TypeMethodDescriptionAvroMessageIdentity.Builder.build()static AvroMessageIdentityAvroMessageIdentity.fromByteBuffer(ByteBuffer b) Deserializes a AvroMessageIdentity from a ByteBuffer.Methods in ch.admin.bit.jeap.messaging.avro that return types with arguments of type AvroMessageIdentityModifier and TypeMethodDescriptionstatic org.apache.avro.message.BinaryMessageDecoder<AvroMessageIdentity> AvroMessageIdentity.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<AvroMessageIdentity> AvroMessageIdentity.getDecoder()Return the BinaryMessageDecoder instance used by this class.static org.apache.avro.message.BinaryMessageEncoder<AvroMessageIdentity> AvroMessageIdentity.getEncoder()Return the BinaryMessageEncoder instance used by this class.Methods in ch.admin.bit.jeap.messaging.avro with parameters of type AvroMessageIdentityModifier and TypeMethodDescriptionstatic AvroMessageIdentity.BuilderAvroMessageIdentity.newBuilder(AvroMessageIdentity other) Creates a new AvroMessageIdentity RecordBuilder by copying an existing AvroMessageIdentity instance.