public abstract class MulticastMappingInstruction extends Object implements MappingInstruction
| Modifier and Type | Class and Description |
|---|---|
static class |
MulticastMappingInstruction.MulticastType
Represents the type of Multicast traffic engineering.
|
static class |
MulticastMappingInstruction.PriorityMappingInstruction
Represents a multicast priority configuration instruction.
|
static class |
MulticastMappingInstruction.WeightMappingInstruction
Represents a multicast weight configuration instruction.
|
MappingInstruction.Type| Constructor and Description |
|---|
MulticastMappingInstruction() |
| Modifier and Type | Method and Description |
|---|---|
abstract MulticastMappingInstruction.MulticastType |
subtype()
Obtains the subtype.
|
MappingInstruction.Type |
type()
Returns the type of mapping instruction.
|
public abstract MulticastMappingInstruction.MulticastType subtype()
public final MappingInstruction.Type type()
MappingInstructiontype in interface MappingInstruction