接口 DataType.GraphDataType.GraphElementLabelOrBuilder

    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      com.google.protobuf.Int32Value getDstLabel()
      optional field, denoting the label of the dst vertex of the edge
      com.google.protobuf.Int32ValueOrBuilder getDstLabelOrBuilder()
      optional field, denoting the label of the dst vertex of the edge
      int getLabel()
      the label of vertex or edge
      com.google.protobuf.Int32Value getSrcLabel()
      optional field, denoting the label of the src vertex of the edge
      com.google.protobuf.Int32ValueOrBuilder getSrcLabelOrBuilder()
      optional field, denoting the label of the src vertex of the edge
      boolean hasDstLabel()
      optional field, denoting the label of the dst vertex of the edge
      boolean hasSrcLabel()
      optional field, denoting the label of the src vertex of the edge
      • 从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder

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

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

      • getLabel

        int getLabel()
         the label of vertex or edge
         
        int32 label = 1;
        返回:
        The label.
      • hasSrcLabel

        boolean hasSrcLabel()
         optional field, denoting the label of the src vertex of the edge
         
        .google.protobuf.Int32Value src_label = 2;
        返回:
        Whether the srcLabel field is set.
      • getSrcLabel

        com.google.protobuf.Int32Value getSrcLabel()
         optional field, denoting the label of the src vertex of the edge
         
        .google.protobuf.Int32Value src_label = 2;
        返回:
        The srcLabel.
      • getSrcLabelOrBuilder

        com.google.protobuf.Int32ValueOrBuilder getSrcLabelOrBuilder()
         optional field, denoting the label of the src vertex of the edge
         
        .google.protobuf.Int32Value src_label = 2;
      • hasDstLabel

        boolean hasDstLabel()
         optional field, denoting the label of the dst vertex of the edge
         
        .google.protobuf.Int32Value dst_label = 3;
        返回:
        Whether the dstLabel field is set.
      • getDstLabel

        com.google.protobuf.Int32Value getDstLabel()
         optional field, denoting the label of the dst vertex of the edge
         
        .google.protobuf.Int32Value dst_label = 3;
        返回:
        The dstLabel.
      • getDstLabelOrBuilder

        com.google.protobuf.Int32ValueOrBuilder getDstLabelOrBuilder()
         optional field, denoting the label of the dst vertex of the edge
         
        .google.protobuf.Int32Value dst_label = 3;