Package org.apache.drill.exec.proto
Interface UserBitShared.JarOrBuilder
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
- UserBitShared.Jar,- UserBitShared.Jar.Builder
- Enclosing class:
- UserBitShared
public static interface UserBitShared.JarOrBuilder
extends com.google.protobuf.MessageOrBuilder
- 
Method SummaryModifier and TypeMethodDescriptiongetFunctionSignature(int index) repeated string function_signature = 2;com.google.protobuf.ByteStringgetFunctionSignatureBytes(int index) repeated string function_signature = 2;intrepeated string function_signature = 2;repeated string function_signature = 2;getName()optional string name = 1;com.google.protobuf.ByteStringoptional string name = 1;booleanhasName()optional string name = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilderisInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
- 
Method Details- 
hasNameboolean hasName()optional string name = 1;- Returns:
- Whether the name field is set.
 
- 
getNameString getName()optional string name = 1;- Returns:
- The name.
 
- 
getNameBytescom.google.protobuf.ByteString getNameBytes()optional string name = 1;- Returns:
- The bytes for name.
 
- 
getFunctionSignatureListrepeated string function_signature = 2;- Returns:
- A list containing the functionSignature.
 
- 
getFunctionSignatureCountint getFunctionSignatureCount()repeated string function_signature = 2;- Returns:
- The count of functionSignature.
 
- 
getFunctionSignaturerepeated string function_signature = 2;- Parameters:
- index- The index of the element to return.
- Returns:
- The functionSignature at the given index.
 
- 
getFunctionSignatureBytescom.google.protobuf.ByteString getFunctionSignatureBytes(int index) repeated string function_signature = 2;- Parameters:
- index- The index of the value to return.
- Returns:
- The bytes of the functionSignature at the given index.
 
 
-