Uses of Class
br.pucrio.tecgraf.soma.logsmonitor.model.DataChunk
-
Packages that use DataChunk Package Description br.pucrio.tecgraf.soma.logsmonitor.model -
-
Uses of DataChunk in br.pucrio.tecgraf.soma.logsmonitor.model
Constructor parameters in br.pucrio.tecgraf.soma.logsmonitor.model with type arguments of type DataChunk Constructor Description JobLogsTopicEvent(@NonNull String projectId, @NonNull String jobId, @NonNull Integer flowNodeId, @NonNull String logName, @NonNull Long seqnum, @NonNull Long offset, @NonNull Integer length, @NonNull Long totalSize, @NonNull String fileEncoding, @NonNull List<DataChunk> chunks)
-