Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/pulsar-client-go
/ functions
Functions
5,094 in github.com/apache/pulsar-client-go
⨍
Functions
5,094
◇
Types & classes
637
Method
Unlock
()
pulsar/producer_test.go:2579
Method
UnmarshalJSON
Deprecated: Do not use.
pulsar/internal/pulsar_proto/PulsarApi.pb.go:93
Method
UnmarshalJSON
Deprecated: Do not use.
pulsar/internal/pulsar_proto/PulsarApi.pb.go:155
Method
UnmarshalJSON
Deprecated: Do not use.
pulsar/internal/pulsar_proto/PulsarApi.pb.go:284
Method
UnmarshalJSON
Deprecated: Do not use.
pulsar/internal/pulsar_proto/PulsarApi.pb.go:343
Method
UnmarshalJSON
Deprecated: Do not use.
pulsar/internal/pulsar_proto/PulsarApi.pb.go:461
Method
UnmarshalJSON
Deprecated: Do not use.
pulsar/internal/pulsar_proto/PulsarApi.pb.go:517
Method
UnmarshalJSON
Deprecated: Do not use.
pulsar/internal/pulsar_proto/PulsarApi.pb.go:573
Method
UnmarshalJSON
Deprecated: Do not use.
pulsar/internal/pulsar_proto/PulsarApi.pb.go:686
Method
UnmarshalJSON
Deprecated: Do not use.
pulsar/internal/pulsar_proto/PulsarApi.pb.go:748
Method
UnmarshalJSON
Deprecated: Do not use.
pulsar/internal/pulsar_proto/PulsarApi.pb.go:804
Method
UnmarshalJSON
Deprecated: Do not use.
pulsar/internal/pulsar_proto/PulsarApi.pb.go:860
Method
UnmarshalJSON
Deprecated: Do not use.
pulsar/internal/pulsar_proto/PulsarApi.pb.go:919
Method
UnmarshalJSON
Deprecated: Do not use.
pulsar/internal/pulsar_proto/PulsarApi.pb.go:975
Method
UnmarshalJSON
Deprecated: Do not use.
pulsar/internal/pulsar_proto/PulsarApi.pb.go:1043
Method
UnmarshalJSON
Deprecated: Do not use.
pulsar/internal/pulsar_proto/PulsarApi.pb.go:1099
Method
UnmarshalJSON
Deprecated: Do not use.
pulsar/internal/pulsar_proto/PulsarApi.pb.go:1158
Method
UnmarshalJSON
Deprecated: Do not use.
pulsar/internal/pulsar_proto/PulsarApi.pb.go:1383
Method
UnregisterListener
(_ uint64)
pulsar/consumer_multitopic_test.go:342
Method
UnregisterListener
(id uint64)
pulsar/internal/connection.go:1014
Method
Unsubscribe
()
pulsar/consumer_regex.go:122
Method
Unsubscribe
()
pulsar/consumer_multitopic.go:121
Method
Unsubscribe
()
pulsar/consumer_impl.go:498
Method
Unsubscribe
()
pulsar/consumer_zero_queue.go:96
Method
Unsubscribe
()
pulsar/internal/pulsartracing/consumer_interceptor_test.go:59
Method
UnsubscribeForce
()
pulsar/consumer_regex.go:137
Method
UnsubscribeForce
()
pulsar/consumer_multitopic.go:133
Method
UnsubscribeForce
()
pulsar/consumer_impl.go:502
Method
UnsubscribeForce
()
pulsar/consumer_zero_queue.go:100
Method
UnsubscribeForce
()
pulsar/internal/pulsartracing/consumer_interceptor_test.go:62
Method
UnsubscribeNamespace
UnsubscribeNamespace unsubscribe the given subscription on all topics on a namespace
pulsaradmin/pkg/admin/namespace.go:554
Method
UnsubscribeNamespace
(namespace utils.NameSpaceName, sName string)
pulsaradmin/pkg/admin/namespace.go:1787
Method
UnsubscribeNamespaceBundle
UnsubscribeNamespaceBundle unsubscribe the given subscription on all topics on a namespace bundle
pulsaradmin/pkg/admin/namespace.go:560
Method
UnsubscribeNamespaceBundle
(namespace utils.NameSpaceName, bundle, sName string)
pulsaradmin/pkg/admin/namespace.go:1800
Method
UnsubscribeNamespaceBundleWithContext
UnsubscribeNamespaceBundleWithContext unsubscribe the given subscription on all topics on a namespace bundle
pulsaradmin/pkg/admin/namespace.go:563
Method
UnsubscribeNamespaceWithContext
UnsubscribeNamespaceWithContext unsubscribe the given subscription on all topics on a namespace
pulsaradmin/pkg/admin/namespace.go:557
Method
Update
Update updates the admins for a tenant
pulsaradmin/pkg/admin/tenant.go:41
Method
Update
(data utils.TenantData)
pulsaradmin/pkg/admin/tenant.go:90
Method
Update
(topic utils.TopicName, partitions int)
pulsaradmin/pkg/admin/topic.go:1219
Method
Update
Update the configuration for a cluster
pulsaradmin/pkg/admin/cluster.go:53
Method
Update
(cdata utils.ClusterData)
pulsaradmin/pkg/admin/cluster.go:153
Method
UpdateDynamicConfiguration
(configName, configValue string)
pulsaradmin/pkg/admin/brokers.go:185
Method
UpdateDynamicConfigurationWithContext
UpdateDynamicConfigurationWithContext updates dynamic configuration value in to Zk that triggers watch on brokers and all brokers can update {@link Se
pulsaradmin/pkg/admin/brokers.go:65
Method
UpdateFailureDomain
UpdateFailureDomain updates a domain into cluster
pulsaradmin/pkg/admin/cluster.go:95
Method
UpdateFailureDomain
(data utils.FailureDomainData)
pulsaradmin/pkg/admin/cluster.go:231
Method
UpdateFailureDomainWithContext
UpdateFailureDomain updates a domain into cluster
pulsaradmin/pkg/admin/cluster.go:98
Method
UpdateFunction
UpdateFunction updates the configuration for a function.
pulsaradmin/pkg/admin/functions.go:228
Method
UpdateFunction
(functionConfig *utils.FunctionConfig, fileName string, updateOptions *utils.UpdateOptions)
pulsaradmin/pkg/admin/functions.go:583
Method
UpdateFunctionWithContext
UpdateFunctionWithContext updates the configuration for a function.
pulsaradmin/pkg/admin/functions.go:231
Method
UpdateFunctionWithURL
UpdateFunctionWithURL updates the configuration for a function. Update a function by providing url from which fun-pkg can be downloaded. supported ur
pulsaradmin/pkg/admin/functions.go:244
Method
UpdateFunctionWithURL
(functionConfig *utils.FunctionConfig, pkgURL string, updateOptions *utils.UpdateOptions)
pulsaradmin/pkg/admin/functions.go:668
Method
UpdateFunctionWithURLWithContext
UpdateFunctionWithURLWithContext updates the configuration for a function. Update a function by providing url from which fun-pkg can be downloaded. s
pulsaradmin/pkg/admin/functions.go:252
Method
UpdateMetadata
UpdateMetadata updates a package metadata information
pulsaradmin/pkg/admin/packages.go:116
Method
UpdateMetadata
(packageURL, description, contact string, properties map[string]string)
pulsaradmin/pkg/admin/packages.go:325
Method
UpdateMetadataWithContext
UpdateMetadataWithContext updates a package metadata information
pulsaradmin/pkg/admin/packages.go:119
Method
UpdatePeerClusters
UpdatePeerClusters updates peer cluster names.
pulsaradmin/pkg/admin/cluster.go:59
Method
UpdatePeerClusters
(cluster string, peerClusters []string)
pulsaradmin/pkg/admin/cluster.go:173
Method
UpdatePeerClustersWithContext
UpdatePeerClustersWithContext updates peer cluster names.
pulsaradmin/pkg/admin/cluster.go:62
Method
UpdateProperties
(topic utils.TopicName, properties map[string]string)
pulsaradmin/pkg/admin/topic.go:1182
Method
UpdateProperties
UpdateProperties updates the properties of a namespace
pulsaradmin/pkg/admin/namespace.go:745
Method
UpdateProperties
(namespace utils.NameSpaceName, properties map[string]string)
pulsaradmin/pkg/admin/namespace.go:2097
Method
UpdatePropertiesWithContext
UpdatePropertiesWithContext updates the properties of a topic
pulsaradmin/pkg/admin/topic.go:92
Method
UpdatePropertiesWithContext
UpdatePropertiesWithContext updates the properties of a namespace
pulsaradmin/pkg/admin/namespace.go:748
Method
UpdateSink
UpdateSink updates the configuration for a sink.
pulsaradmin/pkg/admin/sinks.go:63
Method
UpdateSink
(config *utils.SinkConfig, fileName string, updateOptions *utils.UpdateOptions)
pulsaradmin/pkg/admin/sinks.go:319
Method
UpdateSinkWithContext
UpdateSinkWithContext updates the configuration for a sink.
pulsaradmin/pkg/admin/sinks.go:66
Method
UpdateSinkWithURL
UpdateSinkWithURL updates a sink by providing url from which fun-pkg can be downloaded. Supported url: http/file
pulsaradmin/pkg/admin/sinks.go:75
Method
UpdateSinkWithURL
(config *utils.SinkConfig, pkgURL string, updateOptions *utils.UpdateOptions)
pulsaradmin/pkg/admin/sinks.go:403
Method
UpdateSinkWithURLWithContext
UpdateSinkWithURLWithContext updates a sink by providing url from which fun-pkg can be downloaded. Supported url: http/file
pulsaradmin/pkg/admin/sinks.go:79
Method
UpdateSource
UpdateSource updates the configuration for a source.
pulsaradmin/pkg/admin/sources.go:64
Method
UpdateSource
(config *utils.SourceConfig, fileName string, updateOptions *utils.UpdateOptions)
pulsaradmin/pkg/admin/sources.go:323
Method
UpdateSourceWithContext
UpdateSource updates the configuration for a source.
pulsaradmin/pkg/admin/sources.go:67
Method
UpdateSourceWithURL
UpdateSourceWithURL updates a source by providing url from which fun-pkg can be downloaded. supported url: http/file
pulsaradmin/pkg/admin/sources.go:75
Method
UpdateSourceWithURL
(config *utils.SourceConfig, pkgURL string, updateOptions *utils.UpdateOptions)
pulsaradmin/pkg/admin/sources.go:407
Method
UpdateSourceWithURLWithContext
UpdateSourceWithURL updates a source by providing url from which fun-pkg can be downloaded. supported url: http/file
pulsaradmin/pkg/admin/sources.go:78
Method
UpdateWithContext
UpdateWithContext updates the admins for a tenant
pulsaradmin/pkg/admin/tenant.go:44
Method
UpdateWithContext
UpdateWithContext updates number of partitions of a non-global partitioned topic It requires partitioned-topic to be already exist and number of new p
pulsaradmin/pkg/admin/topic.go:144
Method
UpdateWithContext
UpdateWithContext updates the configuration for a cluster
pulsaradmin/pkg/admin/cluster.go:56
Method
Upload
Upload uploads Function/Connector Package @param filePath file where data should be uploaded to @param packageURL type://tenant/namespace/packageName@
pulsaradmin/pkg/admin/packages.go:67
Method
Upload
(packageURL, filePath, description, contact string, properties map[string]string)
pulsaradmin/pkg/admin/packages.go:187
Method
Upload
Upload function to Pulsar
pulsaradmin/pkg/admin/functions.go:260
Method
Upload
(sourceFile, path string)
pulsaradmin/pkg/admin/functions.go:951
Method
UploadWithContext
UploadWithContext uploads Function/Connector Package @param ctx context used for the request @param filePath file where data should be uploaded to @pa
pulsaradmin/pkg/admin/packages.go:82
Method
UploadWithContext
UploadWithContext function to Pulsar
pulsaradmin/pkg/admin/functions.go:263
Method
UpsertEncryptionKey
(keyInfo EncryptionKeyInfo)
pulsar/crypto/message_metadata.go:61
Method
Validate
(message []byte)
pulsar/schema.go:86
Method
Validate
(message []byte)
pulsar/schema.go:171
Method
Validate
(message []byte)
pulsar/schema.go:221
Method
Validate
(message []byte)
pulsar/schema.go:299
Method
Validate
(message []byte)
pulsar/schema.go:359
Method
Validate
(message []byte)
pulsar/schema.go:391
Method
Validate
(message []byte)
pulsar/schema.go:421
Method
Validate
(message []byte)
pulsar/schema.go:453
Method
Validate
(message []byte)
pulsar/schema.go:488
Method
Validate
(message []byte)
pulsar/schema.go:523
Method
Validate
(message []byte)
pulsar/schema.go:558
Method
Validate
(message []byte)
pulsar/schema.go:596
Method
Validate
(message []byte)
pulsar/schema.go:634
Method
WaitForClose
()
pulsar/consumer_multitopic_test.go:363
Method
WaitForClose
()
pulsar/internal/connection.go:1050
← previous
next →
4,901–5,000 of 5,094, ranked by callers