MCPcopy Create free account

hub / github.com/Azure/azure-event-hubs-for-kafka / functions

Functions249 in github.com/Azure/azure-event-hubs-for-kafka

↓ 46 callersMethoddeserialize
Deserialization method from the interface. Automatically deserializes any type based on the AMQP encoding. The downside is that since it can deseriali
tutorials/interop/AmqpDeserializer.java:601
↓ 22 callersMethodunsignedSubtest
(final byte[] rawbytes, final long expectedValue, Class<?> expectedType)
tutorials/interop/DeserTests.java:419
↓ 20 callersMethodsignedSubtest
(final byte[] rawbytes, final long expectedValue, Class<?> expectedType)
tutorials/interop/DeserTests.java:615
↓ 11 callersMethodsanitize
(final byte[] data)
tutorials/interop/AmqpDeserializer.java:761
↓ 9 callersMethoddeserializeString
Deserializes an AMQP string as a Java UTF-8 string. @param data AMQP-encoded bytes @return String @throws IllegalArgumentException if the bytes do
tutorials/interop/AmqpDeserializer.java:556
↓ 9 callersMethoddeserializeSymbol
Deserializes an AMQP symbol as a Java string. @param data AMQP-encoded bytes @return String @throws IllegalArgumentException if the bytes do not re
tutorials/interop/AmqpDeserializer.java:534
↓ 9 callersMethoddoubleSubtest
(final double testValue)
tutorials/interop/DeserTests.java:876
↓ 9 callersMethodfloatSubtest
(final float testValue)
tutorials/interop/DeserTests.java:818
↓ 7 callersMethoddeserializeFloatingPoint
Deserialize any of the AMQP floating point types. Return the value as a double, which can represent the range of any of the smaller types. @param dat
tutorials/interop/AmqpDeserializer.java:366
↓ 7 callersMethoddeserializeSignedInteger
Deserialize any of the AMQP signed integer types. Return the value as a long, which can represent the range of any of the smaller types. @param data
tutorials/interop/AmqpDeserializer.java:236
↓ 7 callersMethoddeserializeUnsignedInteger
Deserialize any of the AMQP unsigned integer types. Because Java does not support unsigned, return the value as a long, which can represent the unsign
tutorials/interop/AmqpDeserializer.java:157
↓ 7 callersMethodverifyBadDescribedType
(final byte[] rawbytes)
tutorials/interop/DeserTests.java:248
↓ 6 callersMethodbuild4
(final byte[] data, final int offset)
tutorials/interop/AmqpDeserializer.java:329
↓ 6 callersMethodbuild8
(final byte[] data, final int offset)
tutorials/interop/AmqpDeserializer.java:438
↓ 6 callersMethodgetValue
The only supported described type is a URI, which has a string value. @return the value of the described type
tutorials/interop/AmqpDeserializer.java:75
↓ 6 callersMethodvalue
()
tutorials/oauth/mirror-maker/src/main/java/OAuthBearerTokenImp.java:19
↓ 5 callersMethoddeserializeBoolean
Deserializes an AMQP boolean (0x41, 0x42). @param data AMQP-encoded bytes @return boolean represented by the bytes @throws IllegalArgumentExceptio
tutorials/interop/AmqpDeserializer.java:128
↓ 5 callersMethoddeserializeCharacter
Deserializes a single UTF32 character. Java does not support UTF32 directly but has library support to convert it to (potentially multi-byte sequences
tutorials/interop/AmqpDeserializer.java:423
↓ 5 callersMethoddeserializeDescribedType
Deserializes an AMQP described type (0x00). @param data AMQP-encoded bytes @return DecribedType encapsulates the descriptor and value which make up
tutorials/interop/AmqpDeserializer.java:100
↓ 5 callersMethoddeserializeTimestamp
Deserializes an AMQP timestamp as a Java Instant in UTC timezone. @param data AMQP-encoded bytes @return Instant representing the AMQP timestamp @t
tutorials/interop/AmqpDeserializer.java:490
↓ 5 callersMethoddeserializeUUID
Deserializes a UUID. @param data AMQP-encoded bytes @return UUID @throws IllegalArgumentException if the bytes do not represent the AMQP UUID type
tutorials/interop/AmqpDeserializer.java:511
↓ 5 callersFunctiongetEnv
(envName string)
quickstart/go-sarama-client/consumer/sarama-consumer.go:108
↓ 5 callersMethodstringishSubtest
(final byte[] rawbytes, final boolean isSymbol, final String expected)
tutorials/interop/DeserTests.java:1200
↓ 4 callersMethoddeserializeS8
(final byte[] data)
tutorials/interop/AmqpDeserializer.java:297
↓ 4 callersMethodgetDescriptor
The only supported described type has descriptor "com.microsoft:uri" @return the descriptor of the described type
tutorials/interop/AmqpDeserializer.java:66
↓ 3 callersMethodcharSubtest
(final byte[] rawbytes, final char[] expectedValue)
tutorials/interop/DeserTests.java:969
↓ 3 callersMethodclose
Required by the Deserializer<> interface, but this deserializer has nothing to do on close.
tutorials/interop/AmqpDeserializer.java:770
↓ 3 callersFunctiongetEnv
(envName string)
quickstart/go-sarama-client/producer/sarama-producer.go:78
↓ 3 callersMethods8Subtest
(final byte[] rawbytes, Class<?> expectedType)
tutorials/interop/DeserTests.java:637
↓ 3 callersMethodu8Subtest
(final byte[] rawbytes, Class<?> expectedType)
tutorials/interop/DeserTests.java:438
↓ 2 callersMethodConsumeMessages
(int consumerId, int delayInMilliseconds)
tutorials/monitoring/librdkafka/dotnet/consumer/ConsumerLaglibrdkafka/Program.cs:23
↓ 2 callersMethodProduceMessages
(int delayInMilliseconds)
tutorials/monitoring/librdkafka/dotnet/producer/ProducerMetricsLibrdkafka/Program.cs:23
↓ 2 callersMethod_deserializeBoolean
(final byte[] data)
tutorials/interop/AmqpDeserializer.java:132
↓ 2 callersMethod_deserializeCharacter
(final byte[] data)
tutorials/interop/AmqpDeserializer.java:427
↓ 2 callersMethod_deserializeDescribedType
(final byte[] data)
tutorials/interop/AmqpDeserializer.java:104
↓ 2 callersMethod_deserializeFloatingPoint
(final byte[] data)
tutorials/interop/AmqpDeserializer.java:386
↓ 2 callersMethod_deserializeSignedInteger
(final byte[] data)
tutorials/interop/AmqpDeserializer.java:259
↓ 2 callersMethod_deserializeTimestamp
(final byte[] data)
tutorials/interop/AmqpDeserializer.java:494
↓ 2 callersMethod_deserializeUUID
(final byte[] data)
tutorials/interop/AmqpDeserializer.java:515
↓ 2 callersMethod_deserializeUnsignedInteger
(final byte[] data)
tutorials/interop/AmqpDeserializer.java:179
↓ 2 callersMethodbuild2
(final byte[] data, final int offset)
tutorials/interop/AmqpDeserializer.java:305
↓ 2 callersMethoddeserializeLongString
(final byte[] data, final int startingOffset, Charset encoding)
tutorials/interop/AmqpDeserializer.java:580
↓ 2 callersMethoddeserializeShortString
(final byte[] data, final int startingOffset, Charset encoding)
tutorials/interop/AmqpDeserializer.java:571
↓ 2 callersMethoddeserializeU8
(final byte[] data)
tutorials/interop/AmqpDeserializer.java:218
↓ 2 callersFunctiongetEnv
(envName string)
tutorials/oauth/go-sarama/consumer/consumer.go:99
↓ 2 callersMethodlongStringishSubtest
(final byte type, final boolean isSymbol)
tutorials/interop/DeserTests.java:1260
↓ 2 callersMethodshortStringishSubtest
(final byte type, final boolean isSymbol)
tutorials/interop/DeserTests.java:1216
↓ 2 callersMethodverifyDescribedType
(final byte[] rawbytes)
tutorials/interop/DeserTests.java:228
↓ 1 callersMethodConsumer
(string? brokerList, string? connStr, string? consumergroup, string? topic, string? cacertlocation)
quickstart/dotnet/EventHubsForKafkaSample/Worker.cs:45
↓ 1 callersFunctionNewTokenProvider
NewTokenProvider creates a new sarama.AccessTokenProvider with the provided clientID and clientSecret. The provided tokenURL is used to perform the 2
tutorials/oauth/go-sarama/producer/token-provider.go:20
↓ 1 callersFunctionNewTokenProvider
NewTokenProvider creates a new sarama.AccessTokenProvider with the provided clientID and clientSecret. The provided tokenURL is used to perform the 2
tutorials/oauth/go-sarama/consumer/token-provider.go:20
↓ 1 callersMethodProducer
(string? brokerList, string? connStr, string? topic, string? cacertlocation)
quickstart/dotnet/EventHubsForKafkaSample/Worker.cs:14
↓ 1 callersMethodclose
()
tutorials/oauth/java/appsecret/consumer/src/main/java/CustomAuthenticateCallbackHandler.java:91
↓ 1 callersMethodclose
()
tutorials/oauth/java/managedidentity/consumer/src/main/java/CustomAuthenticateCallbackHandler.java:71
↓ 1 callersMethodclose
()
tutorials/oauth/mirror-maker/src/main/java/CustomAuthenticateCallbackHandler.java:92
↓ 1 callersMethodcreateConsumer
()
tutorials/oauth/java/appsecret/consumer/src/main/java/TestConsumerThread.java:49
↓ 1 callersMethodcreateConsumer
()
tutorials/oauth/java/managedidentity/consumer/src/main/java/TestConsumerThread.java:42
↓ 1 callersMethodcreateConsumer
()
tutorials/compaction/consumer/src/main/java/TestConsumerThread.java:43
↓ 1 callersMethodcreateConsumer
()
quickstart/java/consumer/src/main/java/TestConsumerThread.java:42
↓ 1 callersFunctioncreateMessagesArray
()
tutorials/oauth/node/producer.js:19
↓ 1 callersMethodcreateProducer
()
tutorials/oauth/java/appsecret/producer/src/main/java/TestProducer.java:32
↓ 1 callersMethodcreateProducer
()
tutorials/oauth/java/managedidentity/producer/src/main/java/TestProducer.java:32
↓ 1 callersMethodcreateProducer
()
tutorials/compaction/producer/src/main/java/TestProducer.java:34
↓ 1 callersMethodcreateProducer
()
quickstart/java/producer/src/main/java/TestProducer.java:34
↓ 1 callersMethoddemo
()
tutorials/akka/java/producer/src/main/java/com/example/app/AkkaTestProducer.java:51
↓ 1 callersMethoddemo
()
tutorials/akka/java/consumer/src/main/java/com/example/app/AkkaTestConsumer.java:56
↓ 1 callersMethoddeserializeDouble
(final byte[] data)
tutorials/interop/AmqpDeserializer.java:474
↓ 1 callersMethoddeserializeFloat
(final byte[] data)
tutorials/interop/AmqpDeserializer.java:406
↓ 1 callersMethoddeserializeS16
(final byte[] data)
tutorials/interop/AmqpDeserializer.java:321
↓ 1 callersMethoddeserializeS32
(final byte[] data)
tutorials/interop/AmqpDeserializer.java:349
↓ 1 callersMethoddeserializeS64
(final byte[] data)
tutorials/interop/AmqpDeserializer.java:466
↓ 1 callersMethoddeserializeU16
(final byte[] data)
tutorials/interop/AmqpDeserializer.java:313
↓ 1 callersMethoddeserializeU32
(final byte[] data)
tutorials/interop/AmqpDeserializer.java:341
↓ 1 callersMethoddeserializeU64
(final byte[] data)
tutorials/interop/AmqpDeserializer.java:458
↓ 1 callersFunctiongetClaimsFromJwt
(tokenStr string)
tutorials/oauth/go/producer/producer.go:25
↓ 1 callersFunctiongetClaimsFromJwt
(tokenStr string)
tutorials/oauth/go/consumer/consumer.go:25
↓ 1 callersFunctiongetConfig
()
tutorials/oauth/go-sarama/producer/producer.go:57
↓ 1 callersFunctiongetConfig
()
tutorials/oauth/go-sarama/consumer/consumer.go:83
↓ 1 callersFunctiongetConfig
()
quickstart/go-sarama-client/producer/sarama-producer.go:60
↓ 1 callersFunctiongetConfig
()
quickstart/go-sarama-client/consumer/sarama-consumer.go:89
↓ 1 callersFunctiongetExpirationFromClaims
(claims Claims)
tutorials/oauth/go/producer/producer.go:42
↓ 1 callersFunctiongetExpirationFromClaims
(claims Claims)
tutorials/oauth/go/consumer/consumer.go:42
↓ 1 callersMethodgetOAuthBearerToken
()
tutorials/oauth/java/appsecret/producer/src/main/java/CustomAuthenticateCallbackHandler.java:72
↓ 1 callersMethodgetOAuthBearerToken
()
tutorials/oauth/java/appsecret/consumer/src/main/java/CustomAuthenticateCallbackHandler.java:72
↓ 1 callersMethodgetOAuthBearerToken
()
tutorials/oauth/java/managedidentity/producer/src/main/java/CustomAuthenticateCallbackHandler.java:62
↓ 1 callersMethodgetOAuthBearerToken
()
tutorials/oauth/java/managedidentity/consumer/src/main/java/CustomAuthenticateCallbackHandler.java:62
↓ 1 callersMethodgetOAuthBearerToken
()
tutorials/oauth/mirror-maker/src/main/java/CustomAuthenticateCallbackHandler.java:73
↓ 1 callersFunctiongetServicePrincipalToken
()
tutorials/oauth/go/producer/producer.go:89
↓ 1 callersFunctiongetServicePrincipalToken
()
tutorials/oauth/go/consumer/consumer.go:92
↓ 1 callersFunctiongetServicePrincipalToken
(tenantID, applicationID, applicationSecret, audience string)
tutorials/oauth/go-sarama/producer/token-provider.go:48
↓ 1 callersFunctiongetServicePrincipalToken
(tenantID, applicationID, applicationSecret, audience string)
tutorials/oauth/go-sarama/consumer/token-provider.go:48
↓ 1 callersFunctionhandleOAuthBearerTokenRefreshEvent
(client kafka.Handle, e kafka.OAuthBearerTokenRefresh, spt *adal.ServicePrincipalToken)
tutorials/oauth/go/producer/producer.go:52
↓ 1 callersFunctionhandleOAuthBearerTokenRefreshEvent
(client kafka.Handle, e kafka.OAuthBearerTokenRefresh, spt *adal.ServicePrincipalToken)
tutorials/oauth/go/consumer/consumer.go:52
↓ 1 callersMethodinvalidRangeOfTypesTest
(final int first, final int last)
tutorials/interop/DeserTests.java:190
↓ 1 callersFunctionprint_usage_and_exit
(program_name)
tutorials/oauth/python/consumer.py:36
↓ 1 callersFunctionprint_usage_and_exit
(program_name)
quickstart/python/consumer.py:23
↓ 1 callersFunctionretrieveToken
(e kafka.OAuthBearerTokenRefresh, spt *adal.ServicePrincipalToken)
tutorials/oauth/go/producer/producer.go:66
↓ 1 callersFunctionretrieveToken
(e kafka.OAuthBearerTokenRefresh, spt *adal.ServicePrincipalToken)
tutorials/oauth/go/consumer/consumer.go:67
↓ 1 callersFunctionrun
()
tutorials/oauth/node/producer.js:81
↓ 1 callersFunctionrun
()
tutorials/oauth/node/consumer.js:68
next →1–100 of 249, ranked by callers