Package io.zeebe.exporter.proto
Class Schema
- java.lang.Object
-
- io.zeebe.exporter.proto.Schema
-
public final class Schema extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSchema.DecisionEvaluationRecordProtobuf typeexporter_protocol.DecisionEvaluationRecordstatic interfaceSchema.DecisionEvaluationRecordOrBuilderstatic classSchema.DecisionRecordProtobuf typeexporter_protocol.DecisionRecordstatic interfaceSchema.DecisionRecordOrBuilderstatic classSchema.DecisionRequirementsMetadataProtobuf typeexporter_protocol.DecisionRequirementsMetadatastatic interfaceSchema.DecisionRequirementsMetadataOrBuilderstatic classSchema.DecisionRequirementsRecordProtobuf typeexporter_protocol.DecisionRequirementsRecordstatic interfaceSchema.DecisionRequirementsRecordOrBuilderstatic classSchema.DeploymentDistributionRecordProtobuf typeexporter_protocol.DeploymentDistributionRecordstatic interfaceSchema.DeploymentDistributionRecordOrBuilderstatic classSchema.DeploymentRecordProtobuf typeexporter_protocol.DeploymentRecordstatic interfaceSchema.DeploymentRecordOrBuilderstatic classSchema.ErrorRecordProtobuf typeexporter_protocol.ErrorRecordstatic interfaceSchema.ErrorRecordOrBuilderstatic classSchema.IncidentRecordProtobuf typeexporter_protocol.IncidentRecordstatic interfaceSchema.IncidentRecordOrBuilderstatic classSchema.JobBatchRecordProtobuf typeexporter_protocol.JobBatchRecordstatic interfaceSchema.JobBatchRecordOrBuilderstatic classSchema.JobRecordProtobuf typeexporter_protocol.JobRecordstatic interfaceSchema.JobRecordOrBuilderstatic classSchema.MessageRecordProtobuf typeexporter_protocol.MessageRecordstatic interfaceSchema.MessageRecordOrBuilderstatic classSchema.MessageStartEventSubscriptionRecordProtobuf typeexporter_protocol.MessageStartEventSubscriptionRecordstatic interfaceSchema.MessageStartEventSubscriptionRecordOrBuilderstatic classSchema.MessageSubscriptionRecordProtobuf typeexporter_protocol.MessageSubscriptionRecordstatic interfaceSchema.MessageSubscriptionRecordOrBuilderstatic classSchema.ProcessEventRecordProtobuf typeexporter_protocol.ProcessEventRecordstatic interfaceSchema.ProcessEventRecordOrBuilderstatic classSchema.ProcessInstanceCreationRecordProtobuf typeexporter_protocol.ProcessInstanceCreationRecordstatic interfaceSchema.ProcessInstanceCreationRecordOrBuilderstatic classSchema.ProcessInstanceRecordProtobuf typeexporter_protocol.ProcessInstanceRecordstatic interfaceSchema.ProcessInstanceRecordOrBuilderstatic classSchema.ProcessMessageSubscriptionRecordProtobuf typeexporter_protocol.ProcessMessageSubscriptionRecordstatic interfaceSchema.ProcessMessageSubscriptionRecordOrBuilderstatic classSchema.ProcessRecordProtobuf typeexporter_protocol.ProcessRecordstatic interfaceSchema.ProcessRecordOrBuilderstatic classSchema.RecordConvenience message for packing any kind of recordstatic classSchema.RecordIdConvenience message for systems which use a key/id system for each recordstatic interfaceSchema.RecordIdOrBuilderstatic classSchema.RecordMetadataPacks all non-value info into a single field; the idea here is so we can embed the *Record messages into other messages (e.g.static interfaceSchema.RecordMetadataOrBuilderstatic interfaceSchema.RecordOrBuilderstatic classSchema.TimerRecordProtobuf typeexporter_protocol.TimerRecordstatic interfaceSchema.TimerRecordOrBuilderstatic classSchema.VariableDocumentRecordProtobuf typeexporter_protocol.VariableDocumentRecordstatic interfaceSchema.VariableDocumentRecordOrBuilderstatic classSchema.VariableRecordProtobuf typeexporter_protocol.VariableRecordstatic interfaceSchema.VariableRecordOrBuilder
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.google.protobuf.Descriptors.FileDescriptorgetDescriptor()static voidregisterAllExtensions(com.google.protobuf.ExtensionRegistry registry)static voidregisterAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
-
-
-
Method Detail
-
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
-
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)
-
getDescriptor
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()
-
-