Package org.vitrivr.cottontail.grpc
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 TypeMethodDescriptionfloatfloat weightAccuracy = 4;floatfloat weightCpu = 2;floatfloat weightIo = 1;floatfloat weightMemory = 3;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
-
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.
-