Uses of Interface
org.nuxeo.lib.stream.codec.AvroSchemaStore
-
Packages that use AvroSchemaStore Package Description org.nuxeo.ecm.restapi.server.jaxrs.management org.nuxeo.lib.stream.codec org.nuxeo.lib.stream.tools.renderer org.nuxeo.runtime.avro -
-
Uses of AvroSchemaStore in org.nuxeo.ecm.restapi.server.jaxrs.management
Fields in org.nuxeo.ecm.restapi.server.jaxrs.management declared as AvroSchemaStore Modifier and Type Field Description protected AvroSchemaStoreSseRenderer. schemaStore -
Uses of AvroSchemaStore in org.nuxeo.lib.stream.codec
Classes in org.nuxeo.lib.stream.codec that implement AvroSchemaStore Modifier and Type Class Description classFileAvroSchemaStoreVery simple SchemaStore that uses a file storage to persists its schemas.Constructors in org.nuxeo.lib.stream.codec with parameters of type AvroSchemaStore Constructor Description AvroMessageCodec(Class<T> messageClass, AvroSchemaStore store) -
Uses of AvroSchemaStore in org.nuxeo.lib.stream.tools.renderer
Methods in org.nuxeo.lib.stream.tools.renderer with parameters of type AvroSchemaStore Modifier and Type Method Description protected StringRenderer. renderAvroMessage(AvroSchemaStore store, Record record)protected StringRenderer. tryToRenderAvroData(AvroSchemaStore store, Record record) -
Uses of AvroSchemaStore in org.nuxeo.runtime.avro
Fields in org.nuxeo.runtime.avro declared as AvroSchemaStore Modifier and Type Field Description protected AvroSchemaStoreAvroServiceImpl. schemaStoreMethods in org.nuxeo.runtime.avro that return AvroSchemaStore Modifier and Type Method Description AvroSchemaStoreAvroService. getSchemaStore()Gets the Schema storeAvroSchemaStoreAvroServiceImpl. getSchemaStore()
-