Package io.strimzi.api.kafka.model
Interface KafkaMirrorMakerConsumerSpecFluent<A extends KafkaMirrorMakerConsumerSpecFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,KafkaMirrorMakerClientSpecFluent<A>
- All Known Subinterfaces:
KafkaMirrorMakerSpecFluent.ConsumerNested<N>
- All Known Implementing Classes:
KafkaMirrorMakerConsumerSpecBuilder,KafkaMirrorMakerConsumerSpecFluentImpl,KafkaMirrorMakerSpecFluentImpl.ConsumerNestedImpl
public interface KafkaMirrorMakerConsumerSpecFluent<A extends KafkaMirrorMakerConsumerSpecFluent<A>> extends KafkaMirrorMakerClientSpecFluent<A>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.strimzi.api.kafka.model.KafkaMirrorMakerClientSpecFluent
KafkaMirrorMakerClientSpecFluent.KafkaClientAuthenticationOAuthNested<N>, KafkaMirrorMakerClientSpecFluent.KafkaClientAuthenticationPlainNested<N>, KafkaMirrorMakerClientSpecFluent.KafkaClientAuthenticationScramSha512Nested<N>, KafkaMirrorMakerClientSpecFluent.KafkaClientAuthenticationTlsNested<N>, KafkaMirrorMakerClientSpecFluent.TlsNested<N>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetGroupId()IntegergetNumStreams()IntegergetOffsetCommitInterval()BooleanhasGroupId()BooleanhasNumStreams()BooleanhasOffsetCommitInterval()AwithGroupId(String groupId)AwithNewGroupId(byte[] arg1)AwithNewGroupId(byte[] arg1, int arg2)AwithNewGroupId(byte[] arg1, int arg2, int arg3)AwithNewGroupId(byte[] arg1, int arg2, int arg3, int arg4)AwithNewGroupId(char[] arg1)AwithNewGroupId(char[] arg1, int arg2, int arg3)AwithNewGroupId(int[] arg1, int arg2, int arg3)AwithNewGroupId(String arg1)AwithNewGroupId(StringBuffer arg1)AwithNewGroupId(StringBuilder arg1)AwithNumStreams(Integer numStreams)AwithOffsetCommitInterval(Integer offsetCommitInterval)-
Methods inherited from interface io.strimzi.api.kafka.model.KafkaMirrorMakerClientSpecFluent
addToConfig, addToConfig, buildAuthentication, buildTls, editOrNewTls, editOrNewTlsLike, editTls, getAuthentication, getBootstrapServers, getConfig, getTls, hasAuthentication, hasBootstrapServers, hasConfig, hasTls, removeFromConfig, removeFromConfig, withAuthentication, withBootstrapServers, withConfig, withKafkaClientAuthenticationOAuth, withKafkaClientAuthenticationPlain, withKafkaClientAuthenticationScramSha512, withKafkaClientAuthenticationTls, withNewBootstrapServers, withNewBootstrapServers, withNewBootstrapServers, withNewBootstrapServers, withNewBootstrapServers, withNewBootstrapServers, withNewBootstrapServers, withNewBootstrapServers, withNewBootstrapServers, withNewBootstrapServers, withNewKafkaClientAuthenticationOAuth, withNewKafkaClientAuthenticationOAuthLike, withNewKafkaClientAuthenticationPlain, withNewKafkaClientAuthenticationPlainLike, withNewKafkaClientAuthenticationScramSha512, withNewKafkaClientAuthenticationScramSha512Like, withNewKafkaClientAuthenticationTls, withNewKafkaClientAuthenticationTlsLike, withNewTls, withNewTlsLike, withTls
-
-
-
-
Method Detail
-
getNumStreams
Integer getNumStreams()
-
hasNumStreams
Boolean hasNumStreams()
-
getGroupId
String getGroupId()
-
hasGroupId
Boolean hasGroupId()
-
withNewGroupId
A withNewGroupId(StringBuilder arg1)
-
withNewGroupId
A withNewGroupId(int[] arg1, int arg2, int arg3)
-
withNewGroupId
A withNewGroupId(char[] arg1)
-
withNewGroupId
A withNewGroupId(StringBuffer arg1)
-
withNewGroupId
A withNewGroupId(byte[] arg1, int arg2)
-
withNewGroupId
A withNewGroupId(byte[] arg1)
-
withNewGroupId
A withNewGroupId(char[] arg1, int arg2, int arg3)
-
withNewGroupId
A withNewGroupId(byte[] arg1, int arg2, int arg3)
-
withNewGroupId
A withNewGroupId(byte[] arg1, int arg2, int arg3, int arg4)
-
getOffsetCommitInterval
Integer getOffsetCommitInterval()
-
hasOffsetCommitInterval
Boolean hasOffsetCommitInterval()
-
-