Uses of Class
org.teamapps.cluster.model.cluster.ClusterTopicInfo
| Package | Description |
|---|---|
| org.teamapps.cluster.model.cluster | |
| org.teamapps.cluster.service |
-
Uses of ClusterTopicInfo in org.teamapps.cluster.model.cluster
Fields in org.teamapps.cluster.model.cluster with type parameters of type ClusterTopicInfo Modifier and Type Field Description static java.util.function.Function<byte[],ClusterTopicInfo>ClusterTopicInfo. DECODER_FUNCTIONMethods in org.teamapps.cluster.model.cluster that return ClusterTopicInfo Modifier and Type Method Description ClusterTopicInfoClusterTopicInfo. setNodeIds(java.lang.String[] value)ClusterTopicInfoClusterTopicInfo. setNodeIds(java.util.List<java.lang.String> value)ClusterTopicInfoClusterTopicInfo. setTopicName(java.lang.String value)Methods in org.teamapps.cluster.model.cluster that return types with arguments of type ClusterTopicInfo Modifier and Type Method Description java.util.List<ClusterTopicInfo>ClusterNodeInfo. getClusterTopics()static org.teamapps.protocol.message.MessageDecoder<ClusterTopicInfo>ClusterTopicInfo. getMessageDecoder()Methods in org.teamapps.cluster.model.cluster with parameters of type ClusterTopicInfo Modifier and Type Method Description ClusterNodeInfoClusterNodeInfo. addClusterTopics(ClusterTopicInfo value)Method parameters in org.teamapps.cluster.model.cluster with type arguments of type ClusterTopicInfo Modifier and Type Method Description ClusterNodeInfoClusterNodeInfo. setClusterTopics(java.util.List<ClusterTopicInfo> value) -
Uses of ClusterTopicInfo in org.teamapps.cluster.service
Methods in org.teamapps.cluster.service that return ClusterTopicInfo Modifier and Type Method Description ClusterTopicInfoClusterTopic. createTopicInfo()