Interface Reports.Trace.CachePolicyOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Reports.Trace.CachePolicy, Reports.Trace.CachePolicy.Builder
Enclosing class:
Reports.Trace

public static interface Reports.Trace.CachePolicyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    use 0 for absent, -1 for 0
    .mdg.engine.proto.Trace.CachePolicy.Scope scope = 1;
    int
    .mdg.engine.proto.Trace.CachePolicy.Scope scope = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getScopeValue

      int getScopeValue()
      .mdg.engine.proto.Trace.CachePolicy.Scope scope = 1;
      Returns:
      The enum numeric value on the wire for scope.
    • getScope

      .mdg.engine.proto.Trace.CachePolicy.Scope scope = 1;
      Returns:
      The scope.
    • getMaxAgeNs

      long getMaxAgeNs()
       use 0 for absent, -1 for 0
       
      int64 max_age_ns = 2;
      Returns:
      The maxAgeNs.