SMILA 1.0 API documentation

org.eclipse.smila.connectivity.framework.schema.config
Class DataSourceConnectionConfig.RecordBuffer

java.lang.Object
  extended by org.eclipse.smila.connectivity.framework.schema.config.DataSourceConnectionConfig.RecordBuffer
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
DataSourceConnectionConfig

public static class DataSourceConnectionConfig.RecordBuffer
extends java.lang.Object
implements java.io.Serializable

Java class for JAXB RecordBuffer.

See Also:
Serialized Form

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

_size

protected int _size
The buffer size.


_flushInterval

protected long _flushInterval
The flush interval in milli seconds.

Constructor Detail

DataSourceConnectionConfig.RecordBuffer

public DataSourceConnectionConfig.RecordBuffer()
Method Detail

getDefault

public static DataSourceConnectionConfig.RecordBuffer getDefault()
Returns a RecordBuffer instance with default values.

Returns:
a RecordBuffer

getSize

public int getSize()
Gets the value of the Size property.

Returns:
possible object is int

setSize

public void setSize(int value)
Sets the value of the Size property.

Parameters:
value - allowed object is int

getFlushInterval

public long getFlushInterval()
Gets the value of the FlushInterval property.

Returns:
possible object is int

setFlushInterval

public void setFlushInterval(long value)
Sets the value of the FlushInterval property.

Parameters:
value - allowed object is long

SMILA 1.0 API documentation