Interface OrcProto.CollectionStatisticsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getMaxChildren()
      optional uint64 maxChildren = 2;
      long getMinChildren()
      optional uint64 minChildren = 1;
      long getTotalChildren()
      optional uint64 totalChildren = 3;
      boolean hasMaxChildren()
      optional uint64 maxChildren = 2;
      boolean hasMinChildren()
      optional uint64 minChildren = 1;
      boolean hasTotalChildren()
      optional uint64 totalChildren = 3;
      • 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

      • hasMinChildren

        boolean hasMinChildren()
        optional uint64 minChildren = 1;
        Returns:
        Whether the minChildren field is set.
      • getMinChildren

        long getMinChildren()
        optional uint64 minChildren = 1;
        Returns:
        The minChildren.
      • hasMaxChildren

        boolean hasMaxChildren()
        optional uint64 maxChildren = 2;
        Returns:
        Whether the maxChildren field is set.
      • getMaxChildren

        long getMaxChildren()
        optional uint64 maxChildren = 2;
        Returns:
        The maxChildren.
      • hasTotalChildren

        boolean hasTotalChildren()
        optional uint64 totalChildren = 3;
        Returns:
        Whether the totalChildren field is set.
      • getTotalChildren

        long getTotalChildren()
        optional uint64 totalChildren = 3;
        Returns:
        The totalChildren.