|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.smila.connectivity.framework.schema.config.DataSourceConnectionConfig.RecordBuffer
public static class DataSourceConnectionConfig.RecordBuffer
Java class for JAXB RecordBuffer.
| Field Summary | |
|---|---|
protected long |
_flushInterval
The flush interval in milli seconds. |
protected int |
_size
The buffer size. |
| Constructor Summary | |
|---|---|
DataSourceConnectionConfig.RecordBuffer()
|
|
| Method Summary | |
|---|---|
static DataSourceConnectionConfig.RecordBuffer |
getDefault()
Returns a RecordBuffer instance with default values. |
long |
getFlushInterval()
Gets the value of the FlushInterval property. |
int |
getSize()
Gets the value of the Size property. |
void |
setFlushInterval(long value)
Sets the value of the FlushInterval property. |
void |
setSize(int value)
Sets the value of the Size property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int _size
protected long _flushInterval
| Constructor Detail |
|---|
public DataSourceConnectionConfig.RecordBuffer()
| Method Detail |
|---|
public static DataSourceConnectionConfig.RecordBuffer getDefault()
public int getSize()
int public void setSize(int value)
value - allowed object is int public long getFlushInterval()
int public void setFlushInterval(long value)
value - allowed object is long
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||