Interface HiveTableOptions.SerDeInfoOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getSerializationLib()
      The fully qualified Java class name of the serialization library.
      com.google.protobuf.ByteString getSerializationLibBytes()
      The fully qualified Java class name of the serialization library.
      • 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 Detail

      • getSerializationLib

        String getSerializationLib()
         The fully qualified Java class name of the serialization library.
         
        string serialization_lib = 1;
        Returns:
        The serializationLib.
      • getSerializationLibBytes

        com.google.protobuf.ByteString getSerializationLibBytes()
         The fully qualified Java class name of the serialization library.
         
        string serialization_lib = 1;
        Returns:
        The bytes for serializationLib.