| Package | Description |
|---|---|
| com.mapr.db | |
| com.mapr.db.impl |
This package is not part of MapR-DB public APIs
|
| Modifier and Type | Method and Description |
|---|---|
void |
Admin.alterFamily(org.apache.hadoop.fs.Path tablePath,
String familyName,
FamilyDescriptor familyDesc) |
void |
Admin.alterFamily(String tablePath,
String familyName,
FamilyDescriptor familyDesc) |
boolean |
Admin.deleteFamily(org.apache.hadoop.fs.Path tablePath,
String familyName)
Deletes a family from a Json table.
|
boolean |
Admin.deleteFamily(String tablePath,
String familyName)
Deletes a family from a Json table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AdminImpl.alterFamily(org.apache.hadoop.fs.Path tablePath,
String familyName,
FamilyDescriptor familyDesc) |
void |
AdminImpl.alterFamily(String tablePath,
String familyName,
FamilyDescriptor familyDesc) |
boolean |
AdminImpl.deleteFamily(org.apache.hadoop.fs.Path tablePath,
String familyName) |
boolean |
AdminImpl.deleteFamily(String tablePath,
String familyName) |
Copyright © 2016 Mapr Technologies, Inc.. All rights reserved.