public class SfcTableIndexMapperBuilder extends Object
Modifier and Type | Field and Description |
---|---|
static short |
EXTERNAL_TABLE_NOT_SET |
Constructor and Description |
---|
SfcTableIndexMapperBuilder() |
Modifier and Type | Method and Description |
---|---|
SfcTableIndexMapper |
build() |
SfcTableIndexMapperBuilder |
setClassifierTable(short externalTransportClassifierTable) |
SfcTableIndexMapperBuilder |
setNextHopTable(short externalNextHopTable) |
SfcTableIndexMapperBuilder |
setPathMapperAclTable(short externalPathMapperAclTable) |
SfcTableIndexMapperBuilder |
setPathMapperTable(short externalPathMapperTable) |
SfcTableIndexMapperBuilder |
setTransportEgressTable(short externalTransportEgressTable) |
SfcTableIndexMapperBuilder |
setTransportIngressTable(short externalTransportIngressTable) |
public static final short EXTERNAL_TABLE_NOT_SET
public SfcTableIndexMapperBuilder setClassifierTable(short externalTransportClassifierTable)
public SfcTableIndexMapperBuilder setTransportIngressTable(short externalTransportIngressTable)
public SfcTableIndexMapperBuilder setPathMapperTable(short externalPathMapperTable)
public SfcTableIndexMapperBuilder setPathMapperAclTable(short externalPathMapperAclTable)
public SfcTableIndexMapperBuilder setNextHopTable(short externalNextHopTable)
public SfcTableIndexMapperBuilder setTransportEgressTable(short externalTransportEgressTable)
public SfcTableIndexMapper build()
Copyright © 2017 OpenDaylight. All rights reserved.