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 Summary
Modifier and TypeMethodDescriptiongetFunctionSignature
(int index) repeated string function_signature = 2;
com.google.protobuf.ByteString
getFunctionSignatureBytes
(int index) repeated string function_signature = 2;
int
repeated string function_signature = 2;
repeated string function_signature = 2;
getName()
optional string name = 1;
com.google.protobuf.ByteString
optional string name = 1;
boolean
hasName()
optional string name = 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
-
hasName
boolean hasName()optional string name = 1;
- Returns:
- Whether the name field is set.
-
getName
String getName()optional string name = 1;
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()optional string name = 1;
- Returns:
- The bytes for name.
-
getFunctionSignatureList
repeated string function_signature = 2;
- Returns:
- A list containing the functionSignature.
-
getFunctionSignatureCount
int getFunctionSignatureCount()repeated string function_signature = 2;
- Returns:
- The count of functionSignature.
-
getFunctionSignature
repeated string function_signature = 2;
- Parameters:
index
- The index of the element to return.- Returns:
- The functionSignature at the given index.
-
getFunctionSignatureBytes
com.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.
-