Uses of Class
org.apache.pulsar.common.api.proto.Schema
-
Packages that use Schema Package Description org.apache.pulsar.common.api.proto -
-
Uses of Schema in org.apache.pulsar.common.api.proto
Methods in org.apache.pulsar.common.api.proto that return Schema Modifier and Type Method Description SchemaSchema. addAllProperties(java.lang.Iterable<KeyValue> properties)SchemaSchema. clear()SchemaSchema. clearName()SchemaSchema. clearProperties()SchemaSchema. clearSchemaData()SchemaSchema. clearType()SchemaSchema. copyFrom(Schema _other)SchemaCommandGetOrCreateSchema. getSchema()SchemaCommandGetSchemaResponse. getSchema()SchemaCommandProducer. getSchema()SchemaCommandSubscribe. getSchema()SchemaCommandSuccess. getSchema()SchemaSchema. setName(java.lang.String name)SchemaCommandGetOrCreateSchema. setSchema()SchemaCommandGetSchemaResponse. setSchema()SchemaCommandProducer. setSchema()SchemaCommandSubscribe. setSchema()SchemaCommandSuccess. setSchema()SchemaSchema. setSchemaData(byte[] schemaData)SchemaSchema. setSchemaData(io.netty.buffer.ByteBuf schemaData)SchemaSchema. setType(Schema.Type type)Methods in org.apache.pulsar.common.api.proto with parameters of type Schema Modifier and Type Method Description SchemaSchema. copyFrom(Schema _other)
-