接口 GraphAlgebra.SinkVineyardOrBuilder

    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      String getGraphName()
      string graph_name = 1;
      com.google.protobuf.ByteString getGraphNameBytes()
      string graph_name = 1;
      OuterSchema.Schema getGraphSchema()
      .schema.Schema graph_schema = 2;
      OuterSchema.SchemaOrBuilder getGraphSchemaOrBuilder()
      .schema.Schema graph_schema = 2;
      boolean hasGraphSchema()
      .schema.Schema graph_schema = 2;
      • 从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 从接口继承的方法 com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • 方法详细资料

      • getGraphName

        String getGraphName()
        string graph_name = 1;
        返回:
        The graphName.
      • getGraphNameBytes

        com.google.protobuf.ByteString getGraphNameBytes()
        string graph_name = 1;
        返回:
        The bytes for graphName.
      • hasGraphSchema

        boolean hasGraphSchema()
        .schema.Schema graph_schema = 2;
        返回:
        Whether the graphSchema field is set.
      • getGraphSchema

        OuterSchema.Schema getGraphSchema()
        .schema.Schema graph_schema = 2;
        返回:
        The graphSchema.