Uses of Record Class
io.camunda.zeebe.stream.impl.records.RecordBatchEntry
Packages that use RecordBatchEntry
Package
Description
-
Uses of RecordBatchEntry in io.camunda.zeebe.stream.api
Methods in io.camunda.zeebe.stream.api that return RecordBatchEntry -
Uses of RecordBatchEntry in io.camunda.zeebe.stream.api.records
Constructors in io.camunda.zeebe.stream.api.records with parameters of type RecordBatchEntryModifierConstructorDescriptionExceededBatchRecordSizeException(RecordBatchEntry recordBatchEntry, int entryLength, int recordBatchEntriesSize, int batchSize) -
Uses of RecordBatchEntry in io.camunda.zeebe.stream.impl.records
Methods in io.camunda.zeebe.stream.impl.records that return RecordBatchEntryModifier and TypeMethodDescriptionstatic RecordBatchEntryRecordBatchEntry.createEntry(long key, int sourceIndex, RecordType recordType, Intent intent, RejectionType rejectionType, String rejectionReason, ValueType valueType, BufferWriter valueWriter) Methods in io.camunda.zeebe.stream.impl.records that return types with arguments of type RecordBatchEntryMethod parameters in io.camunda.zeebe.stream.impl.records with type arguments of type RecordBatchEntryModifier and TypeMethodDescriptionvoidRecordBatch.forEach(Consumer<? super RecordBatchEntry> action)