Package p4.v1
Interface P4RuntimeOuterClass.TableEntry.IdleTimeoutOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
P4RuntimeOuterClass.TableEntry.IdleTimeout,P4RuntimeOuterClass.TableEntry.IdleTimeout.Builder
- Enclosing class:
P4RuntimeOuterClass.TableEntry
public static interface P4RuntimeOuterClass.TableEntry.IdleTimeoutOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongTime elapsed - in nanoseconds - since the table entry was last "hit" as part of a data plane table lookup.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getElapsedNs
long getElapsedNs()Time elapsed - in nanoseconds - since the table entry was last "hit" as part of a data plane table lookup.
int64 elapsed_ns = 1;- Returns:
- The elapsedNs.
-