Uses of Class
com.google.cloud.pubsublite.TopicPath
Packages that use TopicPath
Package
Description
-
Uses of TopicPath in com.google.cloud.pubsublite
Methods in com.google.cloud.pubsublite that return TopicPathModifier and TypeMethodDescriptionabstract TopicPathTopicPath.Builder.build()Build a new TopicPath.static TopicPathMethods in com.google.cloud.pubsublite that return types with arguments of type TopicPathModifier and TypeMethodDescriptionAdminClient.listReservationTopics(ReservationPath path) Get the list of topics for the reservation with ididif it exists.Methods in com.google.cloud.pubsublite with parameters of type TopicPathModifier and TypeMethodDescriptioncom.google.api.core.ApiFuture<Void>AdminClient.deleteTopic(TopicPath path) Delete the topic with ididif it exists.com.google.api.core.ApiFuture<Topic>Get the topic with ididif it exists.com.google.api.core.ApiFuture<Long>AdminClient.getTopicPartitionCount(TopicPath path) Get the partitioning info for the topic with ididif it exists.com.google.api.core.ApiFuture<List<SubscriptionPath>>AdminClient.listTopicSubscriptions(TopicPath path) Get the list of subscriptions for the topic with ididif it exists.static intPartitionLookupUtils.numPartitions(TopicPath topic) Look up the number of partitions in a topic.static intPartitionLookupUtils.numPartitions(TopicPath topic, AdminClient client) Look up the number of partitions in a topic using the provided AdminClient. -
Uses of TopicPath in com.google.cloud.pubsublite.cloudpubsub
Methods in com.google.cloud.pubsublite.cloudpubsub with parameters of type TopicPathModifier and TypeMethodDescriptionabstract PublisherSettings.BuilderPublisherSettings.Builder.setTopicPath(TopicPath path) The topic path to publish to. -
Uses of TopicPath in com.google.cloud.pubsublite.internal
Methods in com.google.cloud.pubsublite.internal that return types with arguments of type TopicPathMethods in com.google.cloud.pubsublite.internal with parameters of type TopicPathModifier and TypeMethodDescriptionTopicStatsClient.computeCursorForEventTime(TopicPath path, Partition partition, com.google.protobuf.Timestamp eventTime) Compute the cursor of the first message with event time greater than or equal to the specified event time, for a topic partition.TopicStatsClientImpl.computeCursorForEventTime(TopicPath path, Partition partition, com.google.protobuf.Timestamp eventTime) TopicStatsClient.computeCursorForPublishTime(TopicPath path, Partition partition, com.google.protobuf.Timestamp publishTime) Compute the cursor of the first message with publish time greater than or equal to the specified publish time, for a topic partition.TopicStatsClientImpl.computeCursorForPublishTime(TopicPath path, Partition partition, com.google.protobuf.Timestamp publishTime) com.google.api.core.ApiFuture<Cursor>TopicStatsClient.computeHeadCursor(TopicPath path, Partition partition) Compute the head cursor for the partition.com.google.api.core.ApiFuture<Cursor>TopicStatsClientImpl.computeHeadCursor(TopicPath path, Partition partition) com.google.api.core.ApiFuture<ComputeMessageStatsResponse>TopicStatsClient.computeMessageStats(TopicPath path, Partition partition, Offset start, Offset end) Compute statistics about the messages between two cursors in a topic partition.com.google.api.core.ApiFuture<ComputeMessageStatsResponse>TopicStatsClientImpl.computeMessageStats(TopicPath path, Partition partition, Offset start, Offset end) com.google.api.core.ApiFuture<Void>AdminClientImpl.deleteTopic(TopicPath path) com.google.api.core.ApiFuture<Topic>com.google.api.core.ApiFuture<Long>AdminClientImpl.getTopicPartitionCount(TopicPath path) com.google.api.core.ApiFuture<List<SubscriptionPath>>AdminClientImpl.listTopicSubscriptions(TopicPath path) -
Uses of TopicPath in com.google.cloud.pubsublite.internal.testing
Methods in com.google.cloud.pubsublite.internal.testing that return TopicPath -
Uses of TopicPath in com.google.cloud.pubsublite.internal.wire
Methods in com.google.cloud.pubsublite.internal.wire with parameters of type TopicPathModifier and TypeMethodDescriptionstatic RoutingMetadataabstract PublisherBuilder.Builderabstract RoutingPublisherBuilder.BuilderConstructors in com.google.cloud.pubsublite.internal.wire with parameters of type TopicPathModifierConstructorDescriptionFactory(TopicPath topicPath, AdminClient adminClient, AlarmFactory alarmFactory)