Package com.mapr.fs.tables
Class TableProperties
java.lang.Object
com.mapr.fs.tables.TableProperties
-
Constructor Summary
ConstructorsConstructorDescriptionTableProperties(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
-
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()
-