public abstract class AbstractTableMultipartService<T extends OfHeader> extends AbstractMultipartService<UpdateTableInput,T>
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractTableMultipartService(RequestContextStack requestContextStack,
DeviceContext deviceContext,
MultipartWriterProvider multipartWriterProvider) |
| Modifier and Type | Method and Description |
|---|---|
abstract Future<org.opendaylight.yangtools.yang.common.RpcResult<UpdateTableOutput>> |
handleAndReply(UpdateTableInput input)
Process experimenter input and result experimenter output.
|
protected void |
storeStatistics(List<TableFeatures> result)
Stores table features to operational datastore.
|
createCallback, handleServiceCallbuildRequest, canUseSingleLayerSerialization, getDatapathId, getDeviceContext, getDeviceInfo, getDeviceRegistry, getEventIdentifier, getMessageSpy, getRequestContextStack, getTxFacade, getVersion, handleServiceCall, setEventIdentifierprotected AbstractTableMultipartService(RequestContextStack requestContextStack, DeviceContext deviceContext, MultipartWriterProvider multipartWriterProvider)
protected void storeStatistics(List<TableFeatures> result)
public abstract Future<org.opendaylight.yangtools.yang.common.RpcResult<UpdateTableOutput>> handleAndReply(UpdateTableInput input)
input - experimenter inputCopyright © 2019 OpenDaylight. All rights reserved.