public class ElasticsearchBufferingHints extends Object implements Serializable, Cloneable
Describes the buffering to perform before delivering data to the Amazon ES destination.
Constructor and Description |
---|
ElasticsearchBufferingHints() |
Modifier and Type | Method and Description |
---|---|
ElasticsearchBufferingHints |
clone() |
boolean |
equals(Object obj) |
Integer |
getIntervalInSeconds()
Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination.
|
Integer |
getSizeInMBs()
Buffer incoming data to the specified size, in MBs, before delivering it to the destination.
|
int |
hashCode() |
void |
setIntervalInSeconds(Integer intervalInSeconds)
Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination.
|
void |
setSizeInMBs(Integer sizeInMBs)
Buffer incoming data to the specified size, in MBs, before delivering it to the destination.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ElasticsearchBufferingHints |
withIntervalInSeconds(Integer intervalInSeconds)
Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination.
|
ElasticsearchBufferingHints |
withSizeInMBs(Integer sizeInMBs)
Buffer incoming data to the specified size, in MBs, before delivering it to the destination.
|
public void setIntervalInSeconds(Integer intervalInSeconds)
Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 300 (5 minutes).
intervalInSeconds
- Buffer incoming data for the specified period of time, in seconds, before delivering it to the
destination. The default value is 300 (5 minutes).public Integer getIntervalInSeconds()
Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 300 (5 minutes).
public ElasticsearchBufferingHints withIntervalInSeconds(Integer intervalInSeconds)
Buffer incoming data for the specified period of time, in seconds, before delivering it to the destination. The default value is 300 (5 minutes).
intervalInSeconds
- Buffer incoming data for the specified period of time, in seconds, before delivering it to the
destination. The default value is 300 (5 minutes).public void setSizeInMBs(Integer sizeInMBs)
Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 5.
We recommend setting SizeInMBs to a value greater than the amount of data you typically ingest into the delivery stream in 10 seconds. For example, if you typically ingest data at 1 MB/sec, set SizeInMBs to be 10 MB or higher.
sizeInMBs
- Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default
value is 5.
We recommend setting SizeInMBs to a value greater than the amount of data you typically ingest into the delivery stream in 10 seconds. For example, if you typically ingest data at 1 MB/sec, set SizeInMBs to be 10 MB or higher.
public Integer getSizeInMBs()
Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 5.
We recommend setting SizeInMBs to a value greater than the amount of data you typically ingest into the delivery stream in 10 seconds. For example, if you typically ingest data at 1 MB/sec, set SizeInMBs to be 10 MB or higher.
We recommend setting SizeInMBs to a value greater than the amount of data you typically ingest into the delivery stream in 10 seconds. For example, if you typically ingest data at 1 MB/sec, set SizeInMBs to be 10 MB or higher.
public ElasticsearchBufferingHints withSizeInMBs(Integer sizeInMBs)
Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default value is 5.
We recommend setting SizeInMBs to a value greater than the amount of data you typically ingest into the delivery stream in 10 seconds. For example, if you typically ingest data at 1 MB/sec, set SizeInMBs to be 10 MB or higher.
sizeInMBs
- Buffer incoming data to the specified size, in MBs, before delivering it to the destination. The default
value is 5.
We recommend setting SizeInMBs to a value greater than the amount of data you typically ingest into the delivery stream in 10 seconds. For example, if you typically ingest data at 1 MB/sec, set SizeInMBs to be 10 MB or higher.
public String toString()
toString
in class Object
Object.toString()
public ElasticsearchBufferingHints clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.