Class TableProperties

java.lang.Object
com.mapr.fs.tables.TableProperties

public class TableProperties extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    TableProperties(com.mapr.fs.proto.Dbserver.TableAttr tableAttr, com.mapr.fs.proto.Dbserver.TableAces tableAces, byte[] uuid, boolean audit)
     
    TableProperties(com.mapr.fs.proto.Dbserver.TableAttr tableAttr, com.mapr.fs.proto.Dbserver.TableAces tableAces, byte[] uuid, boolean audit, com.mapr.fs.proto.Common.FidMsg fid)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.mapr.fs.proto.Dbserver.TableAces
     
    com.mapr.fs.proto.Dbserver.TableAttr
     
    boolean
     
    com.mapr.fs.proto.Common.FidMsg
     
    byte[]
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TableProperties

      public TableProperties(com.mapr.fs.proto.Dbserver.TableAttr tableAttr, com.mapr.fs.proto.Dbserver.TableAces tableAces, byte[] uuid, boolean audit)
    • TableProperties

      public TableProperties(com.mapr.fs.proto.Dbserver.TableAttr tableAttr, com.mapr.fs.proto.Dbserver.TableAces tableAces, byte[] uuid, boolean audit, com.mapr.fs.proto.Common.FidMsg fid)
  • Method Details

    • getAttr

      public com.mapr.fs.proto.Dbserver.TableAttr getAttr()
    • getAces

      public com.mapr.fs.proto.Dbserver.TableAces getAces()
    • getUuid

      public byte[] getUuid()
    • getAuditEnabled

      public boolean getAuditEnabled()
    • getTableFid

      public com.mapr.fs.proto.Common.FidMsg getTableFid()