public class NoopScalabilitySupport extends java.lang.Object implements ScalabilitySupport
| Constructor and Description |
|---|
NoopScalabilitySupport() |
| Modifier and Type | Method and Description |
|---|---|
int |
getInitialBufferSize() |
OutputLengthObserver |
getOutputLengthObserver() |
SecondaryStorage |
getSecondaryStorage() |
boolean |
isMaxOutputLengthExceededThrown() |
public OutputLengthObserver getOutputLengthObserver()
getOutputLengthObserver in interface ScalabilitySupportpublic SecondaryStorage getSecondaryStorage()
getSecondaryStorage in interface ScalabilitySupportpublic int getInitialBufferSize()
getInitialBufferSize in interface ScalabilitySupportpublic boolean isMaxOutputLengthExceededThrown()
isMaxOutputLengthExceededThrown in interface ScalabilitySupport