Class TableProperties


  • public class TableProperties
    extends java.lang.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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.mapr.fs.proto.Dbserver.TableAces getAces()  
      com.mapr.fs.proto.Dbserver.TableAttr getAttr()  
      boolean getAuditEnabled()  
      com.mapr.fs.proto.Common.FidMsg getTableFid()  
      byte[] getUuid()  
      • Methods inherited from class java.lang.Object

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

      • 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 Detail

      • 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()