All Downloads are FREE. Search and download functionalities are using the official Maven repository.

me.snowdrop.istio.mixer.adapter.fluentd.FluentdFluent Maven / Gradle / Ivy

The newest version!
package me.snowdrop.istio.mixer.adapter.fluentd;

import java.lang.Integer;
import com.fasterxml.jackson.annotation.JsonPropertyDescription;
import java.lang.StringBuffer;
import com.fasterxml.jackson.annotation.JsonProperty;
import java.lang.StringBuilder;
import io.fabric8.kubernetes.api.builder.Fluent;
import java.lang.String;
import java.lang.Boolean;

public interface FluentdFluent> extends Fluent{


    public String getAddress();
    public A withAddress(String address);
    public Boolean hasAddress();
    public A withNewAddress(String arg1);
    public A withNewAddress(StringBuilder arg1);
    public A withNewAddress(StringBuffer arg1);
    public Integer getInstanceBufferSize();
    public A withInstanceBufferSize(Integer instanceBufferSize);
    public Boolean hasInstanceBufferSize();
    public Boolean isIntegerDuration();
    public A withIntegerDuration(Boolean integerDuration);
    public Boolean hasIntegerDuration();
    public A withNewIntegerDuration(String arg1);
    public A withNewIntegerDuration(boolean arg1);
    public Integer getMaxBatchSizeBytes();
    public A withMaxBatchSizeBytes(Integer maxBatchSizeBytes);
    public Boolean hasMaxBatchSizeBytes();
    public Integer getPushIntervalDuration();
    public A withPushIntervalDuration(Integer pushIntervalDuration);
    public Boolean hasPushIntervalDuration();
    public Integer getPushTimeoutDuration();
    public A withPushTimeoutDuration(Integer pushTimeoutDuration);
    public Boolean hasPushTimeoutDuration();



}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy