Interface CottontailGrpc.RequestMetadata.PolicyHintOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CottontailGrpc.RequestMetadata.PolicyHint, CottontailGrpc.RequestMetadata.PolicyHint.Builder
Enclosing class:
CottontailGrpc.RequestMetadata

public static interface CottontailGrpc.RequestMetadata.PolicyHintOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    float
    float weightAccuracy = 4;
    float
    float weightCpu = 2;
    float
    float weightIo = 1;
    float
    float weightMemory = 3;

    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

    • getWeightIo

      float getWeightIo()
      float weightIo = 1;
      Returns:
      The weightIo.
    • getWeightCpu

      float getWeightCpu()
      float weightCpu = 2;
      Returns:
      The weightCpu.
    • getWeightMemory

      float getWeightMemory()
      float weightMemory = 3;
      Returns:
      The weightMemory.
    • getWeightAccuracy

      float getWeightAccuracy()
      float weightAccuracy = 4;
      Returns:
      The weightAccuracy.