public class HandshakeProperties extends Object
| Modifier and Type | Field and Description |
|---|---|
private long |
batchBytes |
private int |
batchCount |
private long |
batchDurationNanos |
private String |
commsIdentifier |
private long |
expirationMillis |
private String |
transitUriPrefix |
private boolean |
useGzip |
| Constructor and Description |
|---|
HandshakeProperties() |
| Modifier and Type | Method and Description |
|---|---|
long |
getBatchBytes() |
int |
getBatchCount() |
long |
getBatchDurationNanos() |
String |
getCommsIdentifier() |
long |
getExpirationMillis() |
String |
getTransitUriPrefix() |
boolean |
isUseGzip() |
void |
setBatchBytes(long batchBytes) |
void |
setBatchCount(int batchCount) |
void |
setBatchDurationNanos(long batchDurationNanos) |
void |
setCommsIdentifier(String commsIdentifier) |
void |
setExpirationMillis(long expirationMillis) |
void |
setTransitUriPrefix(String transitUriPrefix) |
void |
setUseGzip(Boolean useGzip) |
private String commsIdentifier
private String transitUriPrefix
private boolean useGzip
private long expirationMillis
private int batchCount
private long batchBytes
private long batchDurationNanos
public String getCommsIdentifier()
public void setCommsIdentifier(String commsIdentifier)
public String getTransitUriPrefix()
public void setTransitUriPrefix(String transitUriPrefix)
public boolean isUseGzip()
public void setUseGzip(Boolean useGzip)
public long getExpirationMillis()
public void setExpirationMillis(long expirationMillis)
public int getBatchCount()
public void setBatchCount(int batchCount)
throws HandshakeException
HandshakeExceptionpublic long getBatchBytes()
public void setBatchBytes(long batchBytes)
throws HandshakeException
HandshakeExceptionpublic long getBatchDurationNanos()
public void setBatchDurationNanos(long batchDurationNanos)
throws HandshakeException
HandshakeExceptionCopyright © 2022 Apache NiFi Project. All rights reserved.