|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RawStore | |
---|---|
org.apache.hadoop.hive.metastore |
Uses of RawStore in org.apache.hadoop.hive.metastore |
---|
Classes in org.apache.hadoop.hive.metastore that implement RawStore | |
---|---|
class |
DummyRawStoreForJdoConnection
DummyRawStoreForJdoConnection. |
class |
ObjectStore
This class is the interface between the application logic and the database store that contains the objects. |
Methods in org.apache.hadoop.hive.metastore that return RawStore | |
---|---|
RawStore |
HiveMetaStore.HMSHandler.getMS()
Get a cached RawStore. |
static RawStore |
RetryingRawStore.getProxy(HiveConf hiveConf,
org.apache.hadoop.conf.Configuration conf,
String rawStoreClassName,
int id)
|
Methods in org.apache.hadoop.hive.metastore with parameters of type RawStore | |
---|---|
Partition |
AlterHandler.alterPartition(RawStore msdb,
Warehouse wh,
String dbname,
String name,
List<String> part_vals,
Partition new_part)
handles alter partition |
Partition |
HiveAlterHandler.alterPartition(RawStore msdb,
Warehouse wh,
String dbname,
String name,
List<String> part_vals,
Partition new_part)
|
List<Partition> |
AlterHandler.alterPartitions(RawStore msdb,
Warehouse wh,
String dbname,
String name,
List<Partition> new_part)
handles alter partitions |
List<Partition> |
HiveAlterHandler.alterPartitions(RawStore msdb,
Warehouse wh,
String dbname,
String name,
List<Partition> new_parts)
|
void |
AlterHandler.alterTable(RawStore msdb,
Warehouse wh,
String dbname,
String name,
Table newTable)
handles alter table |
void |
HiveAlterHandler.alterTable(RawStore msdb,
Warehouse wh,
String dbname,
String name,
Table newt)
|
Constructor parameters in org.apache.hadoop.hive.metastore with type arguments of type RawStore | |
---|---|
RetryingRawStore(HiveConf hiveConf,
org.apache.hadoop.conf.Configuration conf,
Class<? extends RawStore> rawStoreClass,
int id)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |