Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.programming.rev150720.Nanotime
Packages that use Nanotime
Package
Description
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.programming.rev181109
-
Uses of Nanotime in org.opendaylight.bgpcep.programming
Methods in org.opendaylight.bgpcep.programming that return NanotimeModifier and TypeMethodDescriptionstatic Nanotime
NanotimeUtil.currentNanoTime()
Returns calibrated current JVM nano time.static Nanotime
NanotimeUtil.currentTime()
Returns current time in nanoseconds. -
Uses of Nanotime in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.programming.rev150720
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.programming.rev150720 that return NanotimeModifier and TypeMethodDescriptionSubmitInstructionInput.getDeadline()
Return deadline, ornull
if it is not present.static Nanotime
Nanotime.getDefaultInstance
(String defaultValue) default @NonNull Nanotime
SubmitInstructionInput.requireDeadline()
Return deadline, guaranteed to be non-null.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.programming.rev150720 with parameters of type Nanotime -
Uses of Nanotime in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.programming.rev150720.instruction.queue
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.programming.rev150720.instruction.queue that return NanotimeModifier and TypeMethodDescriptionInstruction.getDeadline()
Return deadline, ornull
if it is not present.InstructionBuilder.getDeadline()
Return current value associated with the property corresponding toInstruction.getDeadline()
.default @NonNull Nanotime
Instruction.requireDeadline()
Return deadline, guaranteed to be non-null.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.programming.rev150720.instruction.queue with parameters of type NanotimeModifier and TypeMethodDescriptionInstructionBuilder.setDeadline
(Nanotime value) Set the property corresponding toInstruction.getDeadline()
to the specified value. -
Uses of Nanotime in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.programming.rev181109
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.programming.rev181109 that return NanotimeModifier and TypeMethodDescriptionSubmitAddLspInputBuilder.getDeadline()
Return current value associated with the property corresponding toSubmitInstructionInput.getDeadline()
.SubmitEnsureLspOperationalInputBuilder.getDeadline()
Return current value associated with the property corresponding toSubmitInstructionInput.getDeadline()
.SubmitRemoveLspInputBuilder.getDeadline()
Return current value associated with the property corresponding toSubmitInstructionInput.getDeadline()
.SubmitTriggerSyncInputBuilder.getDeadline()
Return current value associated with the property corresponding toSubmitInstructionInput.getDeadline()
.SubmitUpdateLspInputBuilder.getDeadline()
Return current value associated with the property corresponding toSubmitInstructionInput.getDeadline()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.programming.rev181109 with parameters of type NanotimeModifier and TypeMethodDescriptionSubmitAddLspInputBuilder.setDeadline
(Nanotime value) Set the property corresponding toSubmitInstructionInput.getDeadline()
to the specified value.SubmitEnsureLspOperationalInputBuilder.setDeadline
(Nanotime value) Set the property corresponding toSubmitInstructionInput.getDeadline()
to the specified value.SubmitRemoveLspInputBuilder.setDeadline
(Nanotime value) Set the property corresponding toSubmitInstructionInput.getDeadline()
to the specified value.SubmitTriggerSyncInputBuilder.setDeadline
(Nanotime value) Set the property corresponding toSubmitInstructionInput.getDeadline()
to the specified value.SubmitUpdateLspInputBuilder.setDeadline
(Nanotime value) Set the property corresponding toSubmitInstructionInput.getDeadline()
to the specified value. -
Uses of Nanotime in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.pcep.programming.rev181109
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.pcep.programming.rev181109 that return NanotimeModifier and TypeMethodDescriptionPcepCreateP2pTunnelInputBuilder.getDeadline()
Return current value associated with the property corresponding toSubmitInstructionInput.getDeadline()
.PcepDestroyTunnelInputBuilder.getDeadline()
Return current value associated with the property corresponding toSubmitInstructionInput.getDeadline()
.PcepUpdateTunnelInputBuilder.getDeadline()
Return current value associated with the property corresponding toSubmitInstructionInput.getDeadline()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.tunnel.pcep.programming.rev181109 with parameters of type NanotimeModifier and TypeMethodDescriptionPcepCreateP2pTunnelInputBuilder.setDeadline
(Nanotime value) Set the property corresponding toSubmitInstructionInput.getDeadline()
to the specified value.PcepDestroyTunnelInputBuilder.setDeadline
(Nanotime value) Set the property corresponding toSubmitInstructionInput.getDeadline()
to the specified value.PcepUpdateTunnelInputBuilder.setDeadline
(Nanotime value) Set the property corresponding toSubmitInstructionInput.getDeadline()
to the specified value.