Uses of Class
org.apache.camel.quarkus.component.avro.rpc.it.specific.generated.Value
-
Packages that use Value Package Description org.apache.camel.quarkus.component.avro.rpc.it.specific.generated org.apache.camel.quarkus.component.avro.rpc.it.specific.impl -
-
Uses of Value in org.apache.camel.quarkus.component.avro.rpc.it.specific.generated
Methods in org.apache.camel.quarkus.component.avro.rpc.it.specific.generated that return Value Modifier and Type Method Description ValueValue.Builder. build()static ValueValue. fromByteBuffer(ByteBuffer b)Deserializes a Value from a ByteBuffer.ValueKeyValueProtocol. get(Key key)Methods in org.apache.camel.quarkus.component.avro.rpc.it.specific.generated that return types with arguments of type Value Modifier and Type Method Description static org.apache.avro.message.BinaryMessageDecoder<Value>Value. 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<Value>Value. getDecoder()Return the BinaryMessageDecoder instance used by this class.static org.apache.avro.message.BinaryMessageEncoder<Value>Value. getEncoder()Return the BinaryMessageEncoder instance used by this class.Methods in org.apache.camel.quarkus.component.avro.rpc.it.specific.generated with parameters of type Value Modifier and Type Method Description static Value.BuilderValue. newBuilder(Value other)Creates a new Value RecordBuilder by copying an existing Value instance.voidKeyValueProtocol.Callback. put(Key key, Value value, org.apache.avro.ipc.Callback<Void> callback)voidKeyValueProtocol. put(Key key, Value value)Method parameters in org.apache.camel.quarkus.component.avro.rpc.it.specific.generated with type arguments of type Value Modifier and Type Method Description voidKeyValueProtocol.Callback. get(Key key, org.apache.avro.ipc.Callback<Value> callback) -
Uses of Value in org.apache.camel.quarkus.component.avro.rpc.it.specific.impl
Methods in org.apache.camel.quarkus.component.avro.rpc.it.specific.impl that return Value Modifier and Type Method Description ValueKeyValueProtocolImpl. get(Key key)Methods in org.apache.camel.quarkus.component.avro.rpc.it.specific.impl that return types with arguments of type Value Modifier and Type Method Description Map<Key,Value>KeyValueProtocolImpl. getStore()Methods in org.apache.camel.quarkus.component.avro.rpc.it.specific.impl with parameters of type Value Modifier and Type Method Description voidKeyValueProtocolImpl. put(Key key, Value value)
-