All Downloads are FREE. Search and download functionalities are using the official Maven repository.

n.infinispan-avro-client.1.0.Final.source-code.response.avsc Maven / Gradle / Ivy

Go to download

This module contains the client classes to support the storage and querying of Apache Avro objects atop Infinispan.

The newest version!
{"namespace": "org.infinispan.avro.client",
 "type": "record",
 "name": "Response",
 "fields": [
     {"name": "numResults", "type": "int", "default": -1},
     {"name": "results", "type": { "type": "array", "items": "bytes"}}
 ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy