Serialized Form
-
Package org.apache.pulsar.functions.proto
-
Class org.apache.pulsar.functions.proto.Function.Assignment
class Assignment extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
instance_
Function.Instance instance_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
workerId_
Object workerId_
-
-
Class org.apache.pulsar.functions.proto.Function.ConsumerSpec
class ConsumerSpec extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
consumerProperties_
com.google.protobuf.MapField<String,
String> consumerProperties_ -
cryptoSpec_
Function.CryptoSpec cryptoSpec_
-
isRegexPattern_
boolean isRegexPattern_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
poolMessages_
boolean poolMessages_
-
receiverQueueSize_
Function.ConsumerSpec.ReceiverQueueSize receiverQueueSize_
-
schemaProperties_
com.google.protobuf.MapField<String,
String> schemaProperties_ -
schemaType_
Object schemaType_
-
serdeClassName_
Object serdeClassName_
-
-
Class org.apache.pulsar.functions.proto.Function.ConsumerSpec.ReceiverQueueSize
class ReceiverQueueSize extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
value_
int value_
-
-
Class org.apache.pulsar.functions.proto.Function.CryptoSpec
class CryptoSpec extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
consumerCryptoFailureAction_
int consumerCryptoFailureAction_
-
cryptoKeyReaderClassName_
Object cryptoKeyReaderClassName_
-
cryptoKeyReaderConfig_
Object cryptoKeyReaderConfig_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
producerCryptoFailureAction_
int producerCryptoFailureAction_
-
producerEncryptionKeyName_
com.google.protobuf.LazyStringArrayList producerEncryptionKeyName_
-
-
Class org.apache.pulsar.functions.proto.Function.FunctionAuthenticationSpec
class FunctionAuthenticationSpec extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
data_
com.google.protobuf.ByteString data_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
provider_
Object provider_
-
-
Class org.apache.pulsar.functions.proto.Function.FunctionDetails
class FunctionDetails extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
autoAck_
boolean autoAck_
-
bitField0_
int bitField0_
-
builtin_
Object builtin_
-
className_
Object className_
-
componentType_
int componentType_
-
customRuntimeOptions_
Object customRuntimeOptions_
-
logTopic_
Object logTopic_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
name_
Object name_
-
namespace_
Object namespace_
-
packageUrl_
Object packageUrl_
-
parallelism_
int parallelism_
-
processingGuarantees_
int processingGuarantees_
-
resources_
Function.Resources resources_
-
retainKeyOrdering_
boolean retainKeyOrdering_
-
retainOrdering_
boolean retainOrdering_
-
retryDetails_
Function.RetryDetails retryDetails_
-
runtime_
int runtime_
-
runtimeFlags_
Object runtimeFlags_
-
secretsMap_
Object secretsMap_
-
sink_
Function.SinkSpec sink_
-
source_
Function.SourceSpec source_
-
subscriptionPosition_
int subscriptionPosition_
-
tenant_
Object tenant_
-
userConfig_
Object userConfig_
-
-
Class org.apache.pulsar.functions.proto.Function.FunctionMetaData
class FunctionMetaData extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
createTime_
long createTime_
-
functionAuthSpec_
Function.FunctionAuthenticationSpec functionAuthSpec_
-
functionDetails_
Function.FunctionDetails functionDetails_
-
instanceStates_
com.google.protobuf.MapField<Integer,
Integer> instanceStates_ -
memoizedIsInitialized
byte memoizedIsInitialized
-
packageLocation_
Function.PackageLocationMetaData packageLocation_
-
transformFunctionPackageLocation_
Function.PackageLocationMetaData transformFunctionPackageLocation_
-
version_
long version_
-
-
Class org.apache.pulsar.functions.proto.Function.Instance
class Instance extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
functionMetaData_
Function.FunctionMetaData functionMetaData_
-
instanceId_
int instanceId_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class org.apache.pulsar.functions.proto.Function.PackageLocationMetaData
class PackageLocationMetaData extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Class org.apache.pulsar.functions.proto.Function.ProducerSpec
class ProducerSpec extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
batchBuilder_
Object batchBuilder_
-
bitField0_
int bitField0_
-
compressionType_
int compressionType_
-
cryptoSpec_
Function.CryptoSpec cryptoSpec_
-
maxPendingMessages_
int maxPendingMessages_
-
maxPendingMessagesAcrossPartitions_
int maxPendingMessagesAcrossPartitions_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
useThreadLocalProducers_
boolean useThreadLocalProducers_
-
-
Class org.apache.pulsar.functions.proto.Function.Resources
class Resources extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
cpu_
double cpu_
-
disk_
long disk_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
ram_
long ram_
-
-
Class org.apache.pulsar.functions.proto.Function.RetryDetails
class RetryDetails extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
deadLetterTopic_
Object deadLetterTopic_
-
maxMessageRetries_
int maxMessageRetries_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class org.apache.pulsar.functions.proto.Function.SinkSpec
class SinkSpec extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
builtin_
Object builtin_
-
className_
Object className_
-
configs_
Object configs_
-
consumerProperties_
com.google.protobuf.MapField<String,
String> consumerProperties_ -
forwardSourceMessageProperty_
boolean forwardSourceMessageProperty_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
producerSpec_
Function.ProducerSpec producerSpec_
-
schemaProperties_
com.google.protobuf.MapField<String,
String> schemaProperties_ -
schemaType_
Object schemaType_
-
serDeClassName_
Object serDeClassName_
-
topic_
Object topic_
-
typeClassName_
Object typeClassName_
-
-
Class org.apache.pulsar.functions.proto.Function.SourceSpec
class SourceSpec extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
builtin_
Object builtin_
-
className_
Object className_
-
cleanupSubscription_
boolean cleanupSubscription_
-
configs_
Object configs_
-
inputSpecs_
com.google.protobuf.MapField<String,
Function.ConsumerSpec> inputSpecs_ -
memoizedIsInitialized
byte memoizedIsInitialized
-
negativeAckRedeliveryDelayMs_
long negativeAckRedeliveryDelayMs_
-
skipToLatest_
boolean skipToLatest_
-
subscriptionName_
Object subscriptionName_
-
subscriptionPosition_
int subscriptionPosition_
-
subscriptionType_
int subscriptionType_
-
timeoutMs_
long timeoutMs_
-
topicsPattern_
Object topicsPattern_
-
topicsToSerDeClassName_
com.google.protobuf.MapField<String,
String> topicsToSerDeClassName_ -
typeClassName_
Object typeClassName_
-
-
Class org.apache.pulsar.functions.proto.InstanceCommunication.FunctionStatus
class FunctionStatus extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
averageLatency_
double averageLatency_
-
failureException_
Object failureException_
-
instanceId_
Object instanceId_
-
lastInvocationTime_
long lastInvocationTime_
-
latestSinkExceptions_
List<InstanceCommunication.FunctionStatus.ExceptionInformation> latestSinkExceptions_
-
latestSourceExceptions_
List<InstanceCommunication.FunctionStatus.ExceptionInformation> latestSourceExceptions_
-
latestSystemExceptions_
List<InstanceCommunication.FunctionStatus.ExceptionInformation> latestSystemExceptions_
-
latestUserExceptions_
List<InstanceCommunication.FunctionStatus.ExceptionInformation> latestUserExceptions_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
numReceived_
long numReceived_
-
numRestarts_
long numRestarts_
-
numSinkExceptions_
long numSinkExceptions_
-
numSourceExceptions_
long numSourceExceptions_
-
numSuccessfullyProcessed_
long numSuccessfullyProcessed_
-
numSystemExceptions_
long numSystemExceptions_
-
numUserExceptions_
long numUserExceptions_
-
running_
boolean running_
-
workerId_
Object workerId_
-
-
Class org.apache.pulsar.functions.proto.InstanceCommunication.FunctionStatus.ExceptionInformation
class ExceptionInformation extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
exceptionString_
Object exceptionString_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
msSinceEpoch_
long msSinceEpoch_
-
-
Class org.apache.pulsar.functions.proto.InstanceCommunication.FunctionStatusList
class FunctionStatusList extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
error_
Object error_
-
functionStatusList_
List<InstanceCommunication.FunctionStatus> functionStatusList_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
-
Class org.apache.pulsar.functions.proto.InstanceCommunication.HealthCheckResult
class HealthCheckResult extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
success_
boolean success_
-
-
Class org.apache.pulsar.functions.proto.InstanceCommunication.Metrics
class Metrics extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
memoizedIsInitialized
byte memoizedIsInitialized
-
metrics_
List<InstanceCommunication.Metrics.InstanceMetrics> metrics_
-
-
Class org.apache.pulsar.functions.proto.InstanceCommunication.Metrics.InstanceMetrics
class InstanceMetrics extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
instanceId_
int instanceId_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
metricsData_
InstanceCommunication.MetricsData metricsData_
-
name_
Object name_
-
-
Class org.apache.pulsar.functions.proto.InstanceCommunication.MetricsData
class MetricsData extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
avgProcessLatency_
double avgProcessLatency_
-
avgProcessLatency1Min_
double avgProcessLatency1Min_
-
lastInvocation_
long lastInvocation_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
processedSuccessfullyTotal_
long processedSuccessfullyTotal_
-
processedSuccessfullyTotal1Min_
long processedSuccessfullyTotal1Min_
-
receivedTotal_
long receivedTotal_
-
receivedTotal1Min_
long receivedTotal1Min_
-
systemExceptionsTotal_
long systemExceptionsTotal_
-
systemExceptionsTotal1Min_
long systemExceptionsTotal1Min_
-
userExceptionsTotal_
long userExceptionsTotal_
-
userExceptionsTotal1Min_
long userExceptionsTotal1Min_
-
userMetrics_
com.google.protobuf.MapField<String,
Double> userMetrics_
-
-
Class org.apache.pulsar.functions.proto.Request.ServiceRequest
class ServiceRequest extends com.google.protobuf.GeneratedMessageV3 implements Serializable- serialVersionUID:
- 0L
-
Serialized Fields
-
bitField0_
int bitField0_
-
functionMetaData_
Function.FunctionMetaData functionMetaData_
-
memoizedIsInitialized
byte memoizedIsInitialized
-
requestId_
Object requestId_
-
serviceRequestType_
int serviceRequestType_
-
workerId_
Object workerId_
-
-