Package io.zeebe.hazelcast.exporter
Class ExporterConfiguration
- java.lang.Object
-
- io.zeebe.hazelcast.exporter.ExporterConfiguration
-
public class ExporterConfiguration extends Object
-
-
Constructor Summary
Constructors Constructor Description ExporterConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCapacity()StringgetEnabledRecordTypes()StringgetEnabledValueTypes()StringgetFormat()StringgetName()intgetPort()Optional<String>getRemoteAddress()intgetTimeToLiveInSeconds()StringtoString()
-
-
-
Method Detail
-
getPort
public int getPort()
-
getName
public String getName()
-
getCapacity
public int getCapacity()
-
getTimeToLiveInSeconds
public int getTimeToLiveInSeconds()
-
getFormat
public String getFormat()
-
getEnabledValueTypes
public String getEnabledValueTypes()
-
getEnabledRecordTypes
public String getEnabledRecordTypes()
-
-