Package io.strimzi.api.kafka.model
Interface JvmOptionsFluent<A extends JvmOptionsFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
AbstractKafkaConnectSpecFluent.JvmOptionsNested<N>,CruiseControlSpecFluent.JvmOptionsNested<N>,EntityTopicOperatorSpecFluent.JvmOptionsNested<N>,EntityUserOperatorSpecFluent.JvmOptionsNested<N>,KafkaBridgeSpecFluent.JvmOptionsNested<N>,KafkaClusterSpecFluent.JvmOptionsNested<N>,KafkaMirrorMakerSpecFluent.JvmOptionsNested<N>,ZookeeperClusterSpecFluent.JvmOptionsNested<N>
- All Known Implementing Classes:
AbstractKafkaConnectSpecFluentImpl.JvmOptionsNestedImpl,CruiseControlSpecFluentImpl.JvmOptionsNestedImpl,EntityTopicOperatorSpecFluentImpl.JvmOptionsNestedImpl,EntityUserOperatorSpecFluentImpl.JvmOptionsNestedImpl,JvmOptionsBuilder,JvmOptionsFluentImpl,KafkaBridgeSpecFluentImpl.JvmOptionsNestedImpl,KafkaClusterSpecFluentImpl.JvmOptionsNestedImpl,KafkaMirrorMakerSpecFluentImpl.JvmOptionsNestedImpl,ZookeeperClusterSpecFluentImpl.JvmOptionsNestedImpl
public interface JvmOptionsFluent<A extends JvmOptionsFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceJvmOptionsFluent.JavaSystemPropertiesNested<N>
-
Method Summary
-
-
-
Method Detail
-
getXmx
String getXmx()
-
hasXmx
Boolean hasXmx()
-
withNewXmx
A withNewXmx(StringBuilder arg1)
-
withNewXmx
A withNewXmx(int[] arg1, int arg2, int arg3)
-
withNewXmx
A withNewXmx(char[] arg1)
-
withNewXmx
A withNewXmx(StringBuffer arg1)
-
withNewXmx
A withNewXmx(byte[] arg1, int arg2)
-
withNewXmx
A withNewXmx(byte[] arg1)
-
withNewXmx
A withNewXmx(char[] arg1, int arg2, int arg3)
-
withNewXmx
A withNewXmx(byte[] arg1, int arg2, int arg3)
-
withNewXmx
A withNewXmx(byte[] arg1, int arg2, int arg3, int arg4)
-
getXms
String getXms()
-
hasXms
Boolean hasXms()
-
withNewXms
A withNewXms(StringBuilder arg1)
-
withNewXms
A withNewXms(int[] arg1, int arg2, int arg3)
-
withNewXms
A withNewXms(char[] arg1)
-
withNewXms
A withNewXms(StringBuffer arg1)
-
withNewXms
A withNewXms(byte[] arg1, int arg2)
-
withNewXms
A withNewXms(byte[] arg1)
-
withNewXms
A withNewXms(char[] arg1, int arg2, int arg3)
-
withNewXms
A withNewXms(byte[] arg1, int arg2, int arg3)
-
withNewXms
A withNewXms(byte[] arg1, int arg2, int arg3, int arg4)
-
isGcLoggingEnabled
boolean isGcLoggingEnabled()
-
withGcLoggingEnabled
A withGcLoggingEnabled(boolean gcLoggingEnabled)
-
hasGcLoggingEnabled
Boolean hasGcLoggingEnabled()
-
addToJavaSystemProperties
A addToJavaSystemProperties(int index, SystemProperty item)
-
setToJavaSystemProperties
A setToJavaSystemProperties(int index, SystemProperty item)
-
addToJavaSystemProperties
A addToJavaSystemProperties(SystemProperty... items)
-
addAllToJavaSystemProperties
A addAllToJavaSystemProperties(Collection<SystemProperty> items)
-
removeFromJavaSystemProperties
A removeFromJavaSystemProperties(SystemProperty... items)
-
removeAllFromJavaSystemProperties
A removeAllFromJavaSystemProperties(Collection<SystemProperty> items)
-
removeMatchingFromJavaSystemProperties
A removeMatchingFromJavaSystemProperties(Predicate<SystemPropertyBuilder> predicate)
-
getJavaSystemProperties
@Deprecated List<SystemProperty> getJavaSystemProperties()
Deprecated.This method has been deprecated, please use method buildJavaSystemProperties instead.- Returns:
- The buildable object.
-
buildJavaSystemProperties
List<SystemProperty> buildJavaSystemProperties()
-
buildJavaSystemProperty
SystemProperty buildJavaSystemProperty(int index)
-
buildFirstJavaSystemProperty
SystemProperty buildFirstJavaSystemProperty()
-
buildLastJavaSystemProperty
SystemProperty buildLastJavaSystemProperty()
-
buildMatchingJavaSystemProperty
SystemProperty buildMatchingJavaSystemProperty(Predicate<SystemPropertyBuilder> predicate)
-
hasMatchingJavaSystemProperty
Boolean hasMatchingJavaSystemProperty(Predicate<SystemPropertyBuilder> predicate)
-
withJavaSystemProperties
A withJavaSystemProperties(List<SystemProperty> javaSystemProperties)
-
withJavaSystemProperties
A withJavaSystemProperties(SystemProperty... javaSystemProperties)
-
hasJavaSystemProperties
Boolean hasJavaSystemProperties()
-
addNewJavaSystemProperty
JvmOptionsFluent.JavaSystemPropertiesNested<A> addNewJavaSystemProperty()
-
addNewJavaSystemPropertyLike
JvmOptionsFluent.JavaSystemPropertiesNested<A> addNewJavaSystemPropertyLike(SystemProperty item)
-
setNewJavaSystemPropertyLike
JvmOptionsFluent.JavaSystemPropertiesNested<A> setNewJavaSystemPropertyLike(int index, SystemProperty item)
-
editJavaSystemProperty
JvmOptionsFluent.JavaSystemPropertiesNested<A> editJavaSystemProperty(int index)
-
editFirstJavaSystemProperty
JvmOptionsFluent.JavaSystemPropertiesNested<A> editFirstJavaSystemProperty()
-
editLastJavaSystemProperty
JvmOptionsFluent.JavaSystemPropertiesNested<A> editLastJavaSystemProperty()
-
editMatchingJavaSystemProperty
JvmOptionsFluent.JavaSystemPropertiesNested<A> editMatchingJavaSystemProperty(Predicate<SystemPropertyBuilder> predicate)
-
hasXx
Boolean hasXx()
-
-