This project has retired. For details please refer to its Attic page.
Protos.FileInfoOrBuilder
JavaScript is disabled on your browser.
Skip navigation links
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method
org.apache.mesos

Interface Protos.FileInfoOrBuilder

    • Method Summary

      All Methods
      Modifier and Type Method and Description
      java.lang.String getGid ()
      Group ID of owner.
      com.google.protobuf.ByteString getGidBytes ()
      Group ID of owner.
      int getMode ()
      Represents a file's mode and permission bits.
      Protos.TimeInfo getMtime ()
      Last modification time.
      Protos.TimeInfoOrBuilder getMtimeOrBuilder ()
      Last modification time.
      int getNlink ()
      Number of hard links.
      java.lang.String getPath ()
      Absolute path to the file.
      com.google.protobuf.ByteString getPathBytes ()
      Absolute path to the file.
      long getSize ()
      Total size in bytes.
      java.lang.String getUid ()
      User ID of owner.
      com.google.protobuf.ByteString getUidBytes ()
      User ID of owner.
      boolean hasGid ()
      Group ID of owner.
      boolean hasMode ()
      Represents a file's mode and permission bits.
      boolean hasMtime ()
      Last modification time.
      boolean hasNlink ()
      Number of hard links.
      boolean hasPath ()
      Absolute path to the file.
      boolean hasSize ()
      Total size in bytes.
      boolean hasUid ()
      User ID of owner.
    • Method Detail

      • hasPath

        boolean hasPath()
         Absolute path to the file.
         
        required string path = 1;
      • getPath

        java.lang.String getPath()
         Absolute path to the file.
         
        required string path = 1;
      • getPathBytes

        com.google.protobuf.ByteString getPathBytes()
         Absolute path to the file.
         
        required string path = 1;
      • hasNlink

        boolean hasNlink()
         Number of hard links.
         
        optional int32 nlink = 2;
      • getNlink

        int getNlink()
         Number of hard links.
         
        optional int32 nlink = 2;
      • hasSize

        boolean hasSize()
         Total size in bytes.
         
        optional uint64 size = 3;
      • getSize

        long getSize()
         Total size in bytes.
         
        optional uint64 size = 3;
      • hasMtime

        boolean hasMtime()
         Last modification time.
         
        optional .mesos.TimeInfo mtime = 4;
      • getMtime

        Protos.TimeInfo getMtime()
         Last modification time.
         
        optional .mesos.TimeInfo mtime = 4;
      • getMtimeOrBuilder

        Protos.TimeInfoOrBuilder getMtimeOrBuilder()
         Last modification time.
         
        optional .mesos.TimeInfo mtime = 4;
      • hasMode

        boolean hasMode()
         Represents a file's mode and permission bits. The bits have the same
         definition on all systems and is portable.
         
        optional uint32 mode = 5;
      • getMode

        int getMode()
         Represents a file's mode and permission bits. The bits have the same
         definition on all systems and is portable.
         
        optional uint32 mode = 5;
      • hasUid

        boolean hasUid()
         User ID of owner.
         
        optional string uid = 6;
      • getUid

        java.lang.String getUid()
         User ID of owner.
         
        optional string uid = 6;
      • getUidBytes

        com.google.protobuf.ByteString getUidBytes()
         User ID of owner.
         
        optional string uid = 6;
      • hasGid

        boolean hasGid()
         Group ID of owner.
         
        optional string gid = 7;
      • getGid

        java.lang.String getGid()
         Group ID of owner.
         
        optional string gid = 7;
      • getGidBytes

        com.google.protobuf.ByteString getGidBytes()
         Group ID of owner.
         
        optional string gid = 7;
Skip navigation links
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method

AltStyle によって変換されたページ (->オリジナル) /