Uses of Class
io.streamthoughts.azkarra.api.streams.StreamsServerInfo
-
Packages that use StreamsServerInfo Package Description io.streamthoughts.azkarra.api io.streamthoughts.azkarra.api.query io.streamthoughts.azkarra.api.streams -
-
Uses of StreamsServerInfo in io.streamthoughts.azkarra.api
Methods in io.streamthoughts.azkarra.api that return types with arguments of type StreamsServerInfo Modifier and Type Method Description Set<StreamsServerInfo>AzkarraStreamsService. getStreamsInstancesById(String applicationId)Gets all local and remote streams instances for the specified streams application. -
Uses of StreamsServerInfo in io.streamthoughts.azkarra.api.query
Methods in io.streamthoughts.azkarra.api.query with parameters of type StreamsServerInfo Modifier and Type Method Description <K,V>
CompletableFuture<QueryResult<K,V>>RemoteQueryClient. query(StreamsServerInfo server, QueryInfo query, Queried options)Executes a query to the specified server. -
Uses of StreamsServerInfo in io.streamthoughts.azkarra.api.streams
Methods in io.streamthoughts.azkarra.api.streams that return types with arguments of type StreamsServerInfo Modifier and Type Method Description Set<StreamsServerInfo>KafkaStreamsContainer. getAllMetadata()Collection<StreamsServerInfo>KafkaStreamsContainer. getAllMetadataForStore(String storeName)Optional<StreamsServerInfo>KafkaStreamsContainer. getLocalServerInfo()<K> Optional<StreamsServerInfo>KafkaStreamsContainer. getMetadataForStoreAndKey(String storeName, K key, org.apache.kafka.common.serialization.Serializer<K> keySerializer)
-