|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcgl.narada.service.buffering.DefaultParams
public class DefaultParams
Provides default vaules for the BufferingService. If parameters are not defined the configuration file, these values will be used. TOB_MaximumTotalBufferSize=2500000 TOB_MaximumNumberOfBufferEntries=10000 #In milliseconds# TOB_MaximumBufferEntryDuration=50000 TOB_BufferReleaseFactor=0.8 TOB_BufferSortingAlgorithm = MergeSort
| Constructor Summary | |
|---|---|
DefaultParams()
Generates a new DefaultParams object. |
|
| Method Summary | |
|---|---|
long |
getEntryDuration()
returns entry duration in milliseconds. |
int |
getMaxBufferSize()
returns buffer size in bytes. |
int |
getMaxNumberOfEntries()
returns maximum number of entries. |
double |
getReleaseFactor()
Returns release factor for the buffer. |
String |
getSortingAlgo()
Returns sorting algorithm used. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultParams()
| Method Detail |
|---|
public long getEntryDuration()
public int getMaxBufferSize()
public int getMaxNumberOfEntries()
public String getSortingAlgo()
public double getReleaseFactor()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||