Package com.ocient.jdbc.proto
Interface ClientWireProtocol.SetParameter.PSOOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ClientWireProtocol.SetParameter.PSO,ClientWireProtocol.SetParameter.PSO.Builder
- Enclosing class:
- ClientWireProtocol.SetParameter
public static interface ClientWireProtocol.SetParameter.PSOOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and Type Method Description longgetThreshold()what we want the new threshhold to beMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getThreshold
long getThreshold()what we want the new threshhold to be
int64 threshold = 1;- Returns:
- The threshold.
-