Interface KafkaDataSetDefAttributesEditor
-
- All Superinterfaces:
com.google.gwt.editor.client.Editor<org.dashbuilder.dataset.def.KafkaDataSetDef>,com.google.gwt.editor.client.HasEditorDelegate<org.dashbuilder.dataset.def.KafkaDataSetDef>,com.google.gwt.editor.client.ValueAwareEditor<org.dashbuilder.dataset.def.KafkaDataSetDef>
public interface KafkaDataSetDefAttributesEditor extends com.google.gwt.editor.client.ValueAwareEditor<org.dashbuilder.dataset.def.KafkaDataSetDef>The GWT editor contract for the specific attributes of type
org.dashbuilder.dataset.def.KafkaDataSetDef.Used to to edit the following sub-set of attributes:
- host
- port
- target
- clientId
- nodeId
- topic
- partition
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.dashbuilder.common.client.editor.LeafAttributeEditor<String>clientId()org.dashbuilder.common.client.editor.LeafAttributeEditor<String>filter()org.dashbuilder.common.client.editor.LeafAttributeEditor<String>host()org.dashbuilder.common.client.editor.LeafAttributeEditor<String>nodeId()org.dashbuilder.common.client.editor.LeafAttributeEditor<String>partition()org.dashbuilder.common.client.editor.LeafAttributeEditor<String>port()org.dashbuilder.common.client.editor.LeafAttributeEditor<org.dashbuilder.dataset.def.KafkaDataSetDef.MetricsTarget>target()org.dashbuilder.common.client.editor.LeafAttributeEditor<String>topic()
-
-
-
Method Detail
-
host
org.dashbuilder.common.client.editor.LeafAttributeEditor<String> host()
-
port
org.dashbuilder.common.client.editor.LeafAttributeEditor<String> port()
-
target
org.dashbuilder.common.client.editor.LeafAttributeEditor<org.dashbuilder.dataset.def.KafkaDataSetDef.MetricsTarget> target()
-
filter
org.dashbuilder.common.client.editor.LeafAttributeEditor<String> filter()
-
clientId
org.dashbuilder.common.client.editor.LeafAttributeEditor<String> clientId()
-
nodeId
org.dashbuilder.common.client.editor.LeafAttributeEditor<String> nodeId()
-
topic
org.dashbuilder.common.client.editor.LeafAttributeEditor<String> topic()
-
partition
org.dashbuilder.common.client.editor.LeafAttributeEditor<String> partition()
-
-