Package one.microstream.util
Class BufferingCollector.Default<E>
java.lang.Object
one.microstream.util.BufferingCollector.Default<E>
- All Implemented Interfaces:
 BufferingCollector<E>
- Enclosing interface:
 - BufferingCollector<E>
 
public static final class BufferingCollector.Default<E> extends Object implements BufferingCollector<E>
- 
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.util.BufferingCollector
BufferingCollector.Default<E> - 
Method Summary
Modifier and Type Method Description voidaccept(E element)voidfinalizeElements()voidresetElements()longsize() 
- 
Method Details
- 
accept
- Specified by:
 acceptin interfaceBufferingCollector<E>
 - 
resetElements
public void resetElements()- Specified by:
 resetElementsin interfaceBufferingCollector<E>
 - 
finalizeElements
public void finalizeElements()- Specified by:
 finalizeElementsin interfaceBufferingCollector<E>
 - 
size
public long size()- Specified by:
 sizein interfaceBufferingCollector<E>
 
 -