Package com.mapr.fs.tables
Class TableProperties
- java.lang.Object
-
- com.mapr.fs.tables.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.TableAcesgetAces()com.mapr.fs.proto.Dbserver.TableAttrgetAttr()booleangetAuditEnabled()com.mapr.fs.proto.Common.FidMsggetTableFid()byte[]getUuid()
-
-
-
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)
-
-