pub enum ThriftHiveMetastoreRequestRecv {
Show 154 variants GetMetaConf(ThriftHiveMetastoreGetMetaConfArgsRecv), SetMetaConf(ThriftHiveMetastoreSetMetaConfArgsRecv), CreateDatabase(ThriftHiveMetastoreCreateDatabaseArgsRecv), GetDatabase(ThriftHiveMetastoreGetDatabaseArgsRecv), DropDatabase(ThriftHiveMetastoreDropDatabaseArgsRecv), GetDatabases(ThriftHiveMetastoreGetDatabasesArgsRecv), GetAllDatabases(ThriftHiveMetastoreGetAllDatabasesArgsRecv), AlterDatabase(ThriftHiveMetastoreAlterDatabaseArgsRecv), GetType(ThriftHiveMetastoreGetTypeArgsRecv), CreateType(ThriftHiveMetastoreCreateTypeArgsRecv), DropType(ThriftHiveMetastoreDropTypeArgsRecv), GetTypeAll(ThriftHiveMetastoreGetTypeAllArgsRecv), GetFields(ThriftHiveMetastoreGetFieldsArgsRecv), GetFieldsWithEnvironmentContext(ThriftHiveMetastoreGetFieldsWithEnvironmentContextArgsRecv), GetSchema(ThriftHiveMetastoreGetSchemaArgsRecv), GetSchemaWithEnvironmentContext(ThriftHiveMetastoreGetSchemaWithEnvironmentContextArgsRecv), CreateTable(ThriftHiveMetastoreCreateTableArgsRecv), CreateTableWithEnvironmentContext(ThriftHiveMetastoreCreateTableWithEnvironmentContextArgsRecv), CreateTableWithConstraints(ThriftHiveMetastoreCreateTableWithConstraintsArgsRecv), DropConstraint(ThriftHiveMetastoreDropConstraintArgsRecv), AddPrimaryKey(ThriftHiveMetastoreAddPrimaryKeyArgsRecv), AddForeignKey(ThriftHiveMetastoreAddForeignKeyArgsRecv), DropTable(ThriftHiveMetastoreDropTableArgsRecv), DropTableWithEnvironmentContext(ThriftHiveMetastoreDropTableWithEnvironmentContextArgsRecv), GetTables(ThriftHiveMetastoreGetTablesArgsRecv), GetTablesByType(ThriftHiveMetastoreGetTablesByTypeArgsRecv), GetTableMeta(ThriftHiveMetastoreGetTableMetaArgsRecv), GetAllTables(ThriftHiveMetastoreGetAllTablesArgsRecv), GetTable(ThriftHiveMetastoreGetTableArgsRecv), GetTableObjectsByName(ThriftHiveMetastoreGetTableObjectsByNameArgsRecv), GetTableReq(ThriftHiveMetastoreGetTableReqArgsRecv), GetTableObjectsByNameReq(ThriftHiveMetastoreGetTableObjectsByNameReqArgsRecv), GetTableNamesByFilter(ThriftHiveMetastoreGetTableNamesByFilterArgsRecv), AlterTable(ThriftHiveMetastoreAlterTableArgsRecv), AlterTableWithEnvironmentContext(ThriftHiveMetastoreAlterTableWithEnvironmentContextArgsRecv), AlterTableWithCascade(ThriftHiveMetastoreAlterTableWithCascadeArgsRecv), AddPartition(ThriftHiveMetastoreAddPartitionArgsRecv), AddPartitionWithEnvironmentContext(ThriftHiveMetastoreAddPartitionWithEnvironmentContextArgsRecv), AddPartitions(ThriftHiveMetastoreAddPartitionsArgsRecv), AddPartitionsPspec(ThriftHiveMetastoreAddPartitionsPspecArgsRecv), AppendPartition(ThriftHiveMetastoreAppendPartitionArgsRecv), AddPartitionsReq(ThriftHiveMetastoreAddPartitionsReqArgsRecv), AppendPartitionWithEnvironmentContext(ThriftHiveMetastoreAppendPartitionWithEnvironmentContextArgsRecv), AppendPartitionByName(ThriftHiveMetastoreAppendPartitionByNameArgsRecv), AppendPartitionByNameWithEnvironmentContext(ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextArgsRecv), DropPartition(ThriftHiveMetastoreDropPartitionArgsRecv), DropPartitionWithEnvironmentContext(ThriftHiveMetastoreDropPartitionWithEnvironmentContextArgsRecv), DropPartitionByName(ThriftHiveMetastoreDropPartitionByNameArgsRecv), DropPartitionByNameWithEnvironmentContext(ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextArgsRecv), DropPartitionsReq(ThriftHiveMetastoreDropPartitionsReqArgsRecv), GetPartition(ThriftHiveMetastoreGetPartitionArgsRecv), ExchangePartition(ThriftHiveMetastoreExchangePartitionArgsRecv), ExchangePartitions(ThriftHiveMetastoreExchangePartitionsArgsRecv), GetPartitionWithAuth(ThriftHiveMetastoreGetPartitionWithAuthArgsRecv), GetPartitionByName(ThriftHiveMetastoreGetPartitionByNameArgsRecv), GetPartitions(ThriftHiveMetastoreGetPartitionsArgsRecv), GetPartitionsWithAuth(ThriftHiveMetastoreGetPartitionsWithAuthArgsRecv), GetPartitionsPspec(ThriftHiveMetastoreGetPartitionsPspecArgsRecv), GetPartitionNames(ThriftHiveMetastoreGetPartitionNamesArgsRecv), GetPartitionValues(ThriftHiveMetastoreGetPartitionValuesArgsRecv), GetPartitionsPs(ThriftHiveMetastoreGetPartitionsPsArgsRecv), GetPartitionsPsWithAuth(ThriftHiveMetastoreGetPartitionsPsWithAuthArgsRecv), GetPartitionNamesPs(ThriftHiveMetastoreGetPartitionNamesPsArgsRecv), GetPartitionsByFilter(ThriftHiveMetastoreGetPartitionsByFilterArgsRecv), GetPartSpecsByFilter(ThriftHiveMetastoreGetPartSpecsByFilterArgsRecv), GetPartitionsByExpr(ThriftHiveMetastoreGetPartitionsByExprArgsRecv), GetNumPartitionsByFilter(ThriftHiveMetastoreGetNumPartitionsByFilterArgsRecv), GetPartitionsByNames(ThriftHiveMetastoreGetPartitionsByNamesArgsRecv), AlterPartition(ThriftHiveMetastoreAlterPartitionArgsRecv), AlterPartitions(ThriftHiveMetastoreAlterPartitionsArgsRecv), AlterPartitionsWithEnvironmentContext(ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextArgsRecv), AlterPartitionWithEnvironmentContext(ThriftHiveMetastoreAlterPartitionWithEnvironmentContextArgsRecv), RenamePartition(ThriftHiveMetastoreRenamePartitionArgsRecv), PartitionNameHasValidCharacters(ThriftHiveMetastorePartitionNameHasValidCharactersArgsRecv), GetConfigValue(ThriftHiveMetastoreGetConfigValueArgsRecv), PartitionNameToVals(ThriftHiveMetastorePartitionNameToValsArgsRecv), PartitionNameToSpec(ThriftHiveMetastorePartitionNameToSpecArgsRecv), MarkPartitionForEvent(ThriftHiveMetastoreMarkPartitionForEventArgsRecv), IsPartitionMarkedForEvent(ThriftHiveMetastoreIsPartitionMarkedForEventArgsRecv), AddIndex(ThriftHiveMetastoreAddIndexArgsRecv), AlterIndex(ThriftHiveMetastoreAlterIndexArgsRecv), DropIndexByName(ThriftHiveMetastoreDropIndexByNameArgsRecv), GetIndexByName(ThriftHiveMetastoreGetIndexByNameArgsRecv), GetIndexes(ThriftHiveMetastoreGetIndexesArgsRecv), GetIndexNames(ThriftHiveMetastoreGetIndexNamesArgsRecv), GetPrimaryKeys(ThriftHiveMetastoreGetPrimaryKeysArgsRecv), GetForeignKeys(ThriftHiveMetastoreGetForeignKeysArgsRecv), UpdateTableColumnStatistics(ThriftHiveMetastoreUpdateTableColumnStatisticsArgsRecv), UpdatePartitionColumnStatistics(ThriftHiveMetastoreUpdatePartitionColumnStatisticsArgsRecv), GetTableColumnStatistics(ThriftHiveMetastoreGetTableColumnStatisticsArgsRecv), GetPartitionColumnStatistics(ThriftHiveMetastoreGetPartitionColumnStatisticsArgsRecv), GetTableStatisticsReq(ThriftHiveMetastoreGetTableStatisticsReqArgsRecv), GetPartitionsStatisticsReq(ThriftHiveMetastoreGetPartitionsStatisticsReqArgsRecv), GetAggrStatsFor(ThriftHiveMetastoreGetAggrStatsForArgsRecv), SetAggrStatsFor(ThriftHiveMetastoreSetAggrStatsForArgsRecv), DeletePartitionColumnStatistics(ThriftHiveMetastoreDeletePartitionColumnStatisticsArgsRecv), DeleteTableColumnStatistics(ThriftHiveMetastoreDeleteTableColumnStatisticsArgsRecv), CreateFunction(ThriftHiveMetastoreCreateFunctionArgsRecv), DropFunction(ThriftHiveMetastoreDropFunctionArgsRecv), AlterFunction(ThriftHiveMetastoreAlterFunctionArgsRecv), GetFunctions(ThriftHiveMetastoreGetFunctionsArgsRecv), GetFunction(ThriftHiveMetastoreGetFunctionArgsRecv), GetAllFunctions(ThriftHiveMetastoreGetAllFunctionsArgsRecv), CreateRole(ThriftHiveMetastoreCreateRoleArgsRecv), DropRole(ThriftHiveMetastoreDropRoleArgsRecv), GetRoleNames(ThriftHiveMetastoreGetRoleNamesArgsRecv), GrantRole(ThriftHiveMetastoreGrantRoleArgsRecv), RevokeRole(ThriftHiveMetastoreRevokeRoleArgsRecv), ListRoles(ThriftHiveMetastoreListRolesArgsRecv), GrantRevokeRole(ThriftHiveMetastoreGrantRevokeRoleArgsRecv), GetPrincipalsInRole(ThriftHiveMetastoreGetPrincipalsInRoleArgsRecv), GetRoleGrantsForPrincipal(ThriftHiveMetastoreGetRoleGrantsForPrincipalArgsRecv), GetPrivilegeSet(ThriftHiveMetastoreGetPrivilegeSetArgsRecv), ListPrivileges(ThriftHiveMetastoreListPrivilegesArgsRecv), GrantPrivileges(ThriftHiveMetastoreGrantPrivilegesArgsRecv), RevokePrivileges(ThriftHiveMetastoreRevokePrivilegesArgsRecv), GrantRevokePrivileges(ThriftHiveMetastoreGrantRevokePrivilegesArgsRecv), SetUgi(ThriftHiveMetastoreSetUgiArgsRecv), GetDelegationToken(ThriftHiveMetastoreGetDelegationTokenArgsRecv), RenewDelegationToken(ThriftHiveMetastoreRenewDelegationTokenArgsRecv), CancelDelegationToken(ThriftHiveMetastoreCancelDelegationTokenArgsRecv), AddToken(ThriftHiveMetastoreAddTokenArgsRecv), RemoveToken(ThriftHiveMetastoreRemoveTokenArgsRecv), GetToken(ThriftHiveMetastoreGetTokenArgsRecv), GetAllTokenIdentifiers(ThriftHiveMetastoreGetAllTokenIdentifiersArgsRecv), AddMasterKey(ThriftHiveMetastoreAddMasterKeyArgsRecv), UpdateMasterKey(ThriftHiveMetastoreUpdateMasterKeyArgsRecv), RemoveMasterKey(ThriftHiveMetastoreRemoveMasterKeyArgsRecv), GetMasterKeys(ThriftHiveMetastoreGetMasterKeysArgsRecv), GetOpenTxns(ThriftHiveMetastoreGetOpenTxnsArgsRecv), GetOpenTxnsInfo(ThriftHiveMetastoreGetOpenTxnsInfoArgsRecv), OpenTxns(ThriftHiveMetastoreOpenTxnsArgsRecv), AbortTxn(ThriftHiveMetastoreAbortTxnArgsRecv), AbortTxns(ThriftHiveMetastoreAbortTxnsArgsRecv), CommitTxn(ThriftHiveMetastoreCommitTxnArgsRecv), Lock(ThriftHiveMetastoreLockArgsRecv), CheckLock(ThriftHiveMetastoreCheckLockArgsRecv), Unlock(ThriftHiveMetastoreUnlockArgsRecv), ShowLocks(ThriftHiveMetastoreShowLocksArgsRecv), Heartbeat(ThriftHiveMetastoreHeartbeatArgsRecv), HeartbeatTxnRange(ThriftHiveMetastoreHeartbeatTxnRangeArgsRecv), Compact(ThriftHiveMetastoreCompactArgsRecv), Compact2(ThriftHiveMetastoreCompact2ArgsRecv), ShowCompact(ThriftHiveMetastoreShowCompactArgsRecv), AddDynamicPartitions(ThriftHiveMetastoreAddDynamicPartitionsArgsRecv), GetNextNotification(ThriftHiveMetastoreGetNextNotificationArgsRecv), GetCurrentNotificationEventId(ThriftHiveMetastoreGetCurrentNotificationEventIdArgsRecv), FireListenerEvent(ThriftHiveMetastoreFireListenerEventArgsRecv), FlushCache(ThriftHiveMetastoreFlushCacheArgsRecv), GetFileMetadataByExpr(ThriftHiveMetastoreGetFileMetadataByExprArgsRecv), GetFileMetadata(ThriftHiveMetastoreGetFileMetadataArgsRecv), PutFileMetadata(ThriftHiveMetastorePutFileMetadataArgsRecv), ClearFileMetadata(ThriftHiveMetastoreClearFileMetadataArgsRecv), CacheFileMetadata(ThriftHiveMetastoreCacheFileMetadataArgsRecv),
}

Variants§

§

GetMetaConf(ThriftHiveMetastoreGetMetaConfArgsRecv)

§

SetMetaConf(ThriftHiveMetastoreSetMetaConfArgsRecv)

§

CreateDatabase(ThriftHiveMetastoreCreateDatabaseArgsRecv)

§

GetDatabase(ThriftHiveMetastoreGetDatabaseArgsRecv)

§

DropDatabase(ThriftHiveMetastoreDropDatabaseArgsRecv)

§

GetDatabases(ThriftHiveMetastoreGetDatabasesArgsRecv)

§

GetAllDatabases(ThriftHiveMetastoreGetAllDatabasesArgsRecv)

§

AlterDatabase(ThriftHiveMetastoreAlterDatabaseArgsRecv)

§

GetType(ThriftHiveMetastoreGetTypeArgsRecv)

§

CreateType(ThriftHiveMetastoreCreateTypeArgsRecv)

§

DropType(ThriftHiveMetastoreDropTypeArgsRecv)

§

GetTypeAll(ThriftHiveMetastoreGetTypeAllArgsRecv)

§

GetFields(ThriftHiveMetastoreGetFieldsArgsRecv)

§

GetFieldsWithEnvironmentContext(ThriftHiveMetastoreGetFieldsWithEnvironmentContextArgsRecv)

§

GetSchema(ThriftHiveMetastoreGetSchemaArgsRecv)

§

GetSchemaWithEnvironmentContext(ThriftHiveMetastoreGetSchemaWithEnvironmentContextArgsRecv)

§

CreateTable(ThriftHiveMetastoreCreateTableArgsRecv)

§

CreateTableWithEnvironmentContext(ThriftHiveMetastoreCreateTableWithEnvironmentContextArgsRecv)

§

CreateTableWithConstraints(ThriftHiveMetastoreCreateTableWithConstraintsArgsRecv)

§

DropConstraint(ThriftHiveMetastoreDropConstraintArgsRecv)

§

AddPrimaryKey(ThriftHiveMetastoreAddPrimaryKeyArgsRecv)

§

AddForeignKey(ThriftHiveMetastoreAddForeignKeyArgsRecv)

§

DropTable(ThriftHiveMetastoreDropTableArgsRecv)

§

DropTableWithEnvironmentContext(ThriftHiveMetastoreDropTableWithEnvironmentContextArgsRecv)

§

GetTables(ThriftHiveMetastoreGetTablesArgsRecv)

§

GetTablesByType(ThriftHiveMetastoreGetTablesByTypeArgsRecv)

§

GetTableMeta(ThriftHiveMetastoreGetTableMetaArgsRecv)

§

GetAllTables(ThriftHiveMetastoreGetAllTablesArgsRecv)

§

GetTable(ThriftHiveMetastoreGetTableArgsRecv)

§

GetTableObjectsByName(ThriftHiveMetastoreGetTableObjectsByNameArgsRecv)

§

GetTableReq(ThriftHiveMetastoreGetTableReqArgsRecv)

§

GetTableObjectsByNameReq(ThriftHiveMetastoreGetTableObjectsByNameReqArgsRecv)

§

GetTableNamesByFilter(ThriftHiveMetastoreGetTableNamesByFilterArgsRecv)

§

AlterTable(ThriftHiveMetastoreAlterTableArgsRecv)

§

AlterTableWithEnvironmentContext(ThriftHiveMetastoreAlterTableWithEnvironmentContextArgsRecv)

§

AlterTableWithCascade(ThriftHiveMetastoreAlterTableWithCascadeArgsRecv)

§

AddPartition(ThriftHiveMetastoreAddPartitionArgsRecv)

§

AddPartitionWithEnvironmentContext(ThriftHiveMetastoreAddPartitionWithEnvironmentContextArgsRecv)

§

AddPartitions(ThriftHiveMetastoreAddPartitionsArgsRecv)

§

AddPartitionsPspec(ThriftHiveMetastoreAddPartitionsPspecArgsRecv)

§

AppendPartition(ThriftHiveMetastoreAppendPartitionArgsRecv)

§

AddPartitionsReq(ThriftHiveMetastoreAddPartitionsReqArgsRecv)

§

AppendPartitionWithEnvironmentContext(ThriftHiveMetastoreAppendPartitionWithEnvironmentContextArgsRecv)

§

AppendPartitionByName(ThriftHiveMetastoreAppendPartitionByNameArgsRecv)

§

AppendPartitionByNameWithEnvironmentContext(ThriftHiveMetastoreAppendPartitionByNameWithEnvironmentContextArgsRecv)

§

DropPartition(ThriftHiveMetastoreDropPartitionArgsRecv)

§

DropPartitionWithEnvironmentContext(ThriftHiveMetastoreDropPartitionWithEnvironmentContextArgsRecv)

§

DropPartitionByName(ThriftHiveMetastoreDropPartitionByNameArgsRecv)

§

DropPartitionByNameWithEnvironmentContext(ThriftHiveMetastoreDropPartitionByNameWithEnvironmentContextArgsRecv)

§

DropPartitionsReq(ThriftHiveMetastoreDropPartitionsReqArgsRecv)

§

GetPartition(ThriftHiveMetastoreGetPartitionArgsRecv)

§

ExchangePartition(ThriftHiveMetastoreExchangePartitionArgsRecv)

§

ExchangePartitions(ThriftHiveMetastoreExchangePartitionsArgsRecv)

§

GetPartitionWithAuth(ThriftHiveMetastoreGetPartitionWithAuthArgsRecv)

§

GetPartitionByName(ThriftHiveMetastoreGetPartitionByNameArgsRecv)

§

GetPartitions(ThriftHiveMetastoreGetPartitionsArgsRecv)

§

GetPartitionsWithAuth(ThriftHiveMetastoreGetPartitionsWithAuthArgsRecv)

§

GetPartitionsPspec(ThriftHiveMetastoreGetPartitionsPspecArgsRecv)

§

GetPartitionNames(ThriftHiveMetastoreGetPartitionNamesArgsRecv)

§

GetPartitionValues(ThriftHiveMetastoreGetPartitionValuesArgsRecv)

§

GetPartitionsPs(ThriftHiveMetastoreGetPartitionsPsArgsRecv)

§

GetPartitionsPsWithAuth(ThriftHiveMetastoreGetPartitionsPsWithAuthArgsRecv)

§

GetPartitionNamesPs(ThriftHiveMetastoreGetPartitionNamesPsArgsRecv)

§

GetPartitionsByFilter(ThriftHiveMetastoreGetPartitionsByFilterArgsRecv)

§

GetPartSpecsByFilter(ThriftHiveMetastoreGetPartSpecsByFilterArgsRecv)

§

GetPartitionsByExpr(ThriftHiveMetastoreGetPartitionsByExprArgsRecv)

§

GetNumPartitionsByFilter(ThriftHiveMetastoreGetNumPartitionsByFilterArgsRecv)

§

GetPartitionsByNames(ThriftHiveMetastoreGetPartitionsByNamesArgsRecv)

§

AlterPartition(ThriftHiveMetastoreAlterPartitionArgsRecv)

§

AlterPartitions(ThriftHiveMetastoreAlterPartitionsArgsRecv)

§

AlterPartitionsWithEnvironmentContext(ThriftHiveMetastoreAlterPartitionsWithEnvironmentContextArgsRecv)

§

AlterPartitionWithEnvironmentContext(ThriftHiveMetastoreAlterPartitionWithEnvironmentContextArgsRecv)

§

RenamePartition(ThriftHiveMetastoreRenamePartitionArgsRecv)

§

PartitionNameHasValidCharacters(ThriftHiveMetastorePartitionNameHasValidCharactersArgsRecv)

§

GetConfigValue(ThriftHiveMetastoreGetConfigValueArgsRecv)

§

PartitionNameToVals(ThriftHiveMetastorePartitionNameToValsArgsRecv)

§

PartitionNameToSpec(ThriftHiveMetastorePartitionNameToSpecArgsRecv)

§

MarkPartitionForEvent(ThriftHiveMetastoreMarkPartitionForEventArgsRecv)

§

IsPartitionMarkedForEvent(ThriftHiveMetastoreIsPartitionMarkedForEventArgsRecv)

§

AddIndex(ThriftHiveMetastoreAddIndexArgsRecv)

§

AlterIndex(ThriftHiveMetastoreAlterIndexArgsRecv)

§

DropIndexByName(ThriftHiveMetastoreDropIndexByNameArgsRecv)

§

GetIndexByName(ThriftHiveMetastoreGetIndexByNameArgsRecv)

§

GetIndexes(ThriftHiveMetastoreGetIndexesArgsRecv)

§

GetIndexNames(ThriftHiveMetastoreGetIndexNamesArgsRecv)

§

GetPrimaryKeys(ThriftHiveMetastoreGetPrimaryKeysArgsRecv)

§

GetForeignKeys(ThriftHiveMetastoreGetForeignKeysArgsRecv)

§

UpdateTableColumnStatistics(ThriftHiveMetastoreUpdateTableColumnStatisticsArgsRecv)

§

UpdatePartitionColumnStatistics(ThriftHiveMetastoreUpdatePartitionColumnStatisticsArgsRecv)

§

GetTableColumnStatistics(ThriftHiveMetastoreGetTableColumnStatisticsArgsRecv)

§

GetPartitionColumnStatistics(ThriftHiveMetastoreGetPartitionColumnStatisticsArgsRecv)

§

GetTableStatisticsReq(ThriftHiveMetastoreGetTableStatisticsReqArgsRecv)

§

GetPartitionsStatisticsReq(ThriftHiveMetastoreGetPartitionsStatisticsReqArgsRecv)

§

GetAggrStatsFor(ThriftHiveMetastoreGetAggrStatsForArgsRecv)

§

SetAggrStatsFor(ThriftHiveMetastoreSetAggrStatsForArgsRecv)

§

DeletePartitionColumnStatistics(ThriftHiveMetastoreDeletePartitionColumnStatisticsArgsRecv)

§

DeleteTableColumnStatistics(ThriftHiveMetastoreDeleteTableColumnStatisticsArgsRecv)

§

CreateFunction(ThriftHiveMetastoreCreateFunctionArgsRecv)

§

DropFunction(ThriftHiveMetastoreDropFunctionArgsRecv)

§

AlterFunction(ThriftHiveMetastoreAlterFunctionArgsRecv)

§

GetFunctions(ThriftHiveMetastoreGetFunctionsArgsRecv)

§

GetFunction(ThriftHiveMetastoreGetFunctionArgsRecv)

§

GetAllFunctions(ThriftHiveMetastoreGetAllFunctionsArgsRecv)

§

CreateRole(ThriftHiveMetastoreCreateRoleArgsRecv)

§

DropRole(ThriftHiveMetastoreDropRoleArgsRecv)

§

GetRoleNames(ThriftHiveMetastoreGetRoleNamesArgsRecv)

§

GrantRole(ThriftHiveMetastoreGrantRoleArgsRecv)

§

RevokeRole(ThriftHiveMetastoreRevokeRoleArgsRecv)

§

ListRoles(ThriftHiveMetastoreListRolesArgsRecv)

§

GrantRevokeRole(ThriftHiveMetastoreGrantRevokeRoleArgsRecv)

§

GetPrincipalsInRole(ThriftHiveMetastoreGetPrincipalsInRoleArgsRecv)

§

GetRoleGrantsForPrincipal(ThriftHiveMetastoreGetRoleGrantsForPrincipalArgsRecv)

§

GetPrivilegeSet(ThriftHiveMetastoreGetPrivilegeSetArgsRecv)

§

ListPrivileges(ThriftHiveMetastoreListPrivilegesArgsRecv)

§

GrantPrivileges(ThriftHiveMetastoreGrantPrivilegesArgsRecv)

§

RevokePrivileges(ThriftHiveMetastoreRevokePrivilegesArgsRecv)

§

GrantRevokePrivileges(ThriftHiveMetastoreGrantRevokePrivilegesArgsRecv)

§

SetUgi(ThriftHiveMetastoreSetUgiArgsRecv)

§

GetDelegationToken(ThriftHiveMetastoreGetDelegationTokenArgsRecv)

§

RenewDelegationToken(ThriftHiveMetastoreRenewDelegationTokenArgsRecv)

§

CancelDelegationToken(ThriftHiveMetastoreCancelDelegationTokenArgsRecv)

§

AddToken(ThriftHiveMetastoreAddTokenArgsRecv)

§

RemoveToken(ThriftHiveMetastoreRemoveTokenArgsRecv)

§

GetToken(ThriftHiveMetastoreGetTokenArgsRecv)

§

GetAllTokenIdentifiers(ThriftHiveMetastoreGetAllTokenIdentifiersArgsRecv)

§

AddMasterKey(ThriftHiveMetastoreAddMasterKeyArgsRecv)

§

UpdateMasterKey(ThriftHiveMetastoreUpdateMasterKeyArgsRecv)

§

RemoveMasterKey(ThriftHiveMetastoreRemoveMasterKeyArgsRecv)

§

GetMasterKeys(ThriftHiveMetastoreGetMasterKeysArgsRecv)

§

GetOpenTxns(ThriftHiveMetastoreGetOpenTxnsArgsRecv)

§

GetOpenTxnsInfo(ThriftHiveMetastoreGetOpenTxnsInfoArgsRecv)

§

OpenTxns(ThriftHiveMetastoreOpenTxnsArgsRecv)

§

AbortTxn(ThriftHiveMetastoreAbortTxnArgsRecv)

§

AbortTxns(ThriftHiveMetastoreAbortTxnsArgsRecv)

§

CommitTxn(ThriftHiveMetastoreCommitTxnArgsRecv)

§

Lock(ThriftHiveMetastoreLockArgsRecv)

§

CheckLock(ThriftHiveMetastoreCheckLockArgsRecv)

§

Unlock(ThriftHiveMetastoreUnlockArgsRecv)

§

ShowLocks(ThriftHiveMetastoreShowLocksArgsRecv)

§

Heartbeat(ThriftHiveMetastoreHeartbeatArgsRecv)

§

HeartbeatTxnRange(ThriftHiveMetastoreHeartbeatTxnRangeArgsRecv)

§

Compact(ThriftHiveMetastoreCompactArgsRecv)

§

Compact2(ThriftHiveMetastoreCompact2ArgsRecv)

§

ShowCompact(ThriftHiveMetastoreShowCompactArgsRecv)

§

AddDynamicPartitions(ThriftHiveMetastoreAddDynamicPartitionsArgsRecv)

§

GetNextNotification(ThriftHiveMetastoreGetNextNotificationArgsRecv)

§

GetCurrentNotificationEventId(ThriftHiveMetastoreGetCurrentNotificationEventIdArgsRecv)

§

FireListenerEvent(ThriftHiveMetastoreFireListenerEventArgsRecv)

§

FlushCache(ThriftHiveMetastoreFlushCacheArgsRecv)

§

GetFileMetadataByExpr(ThriftHiveMetastoreGetFileMetadataByExprArgsRecv)

§

GetFileMetadata(ThriftHiveMetastoreGetFileMetadataArgsRecv)

§

PutFileMetadata(ThriftHiveMetastorePutFileMetadataArgsRecv)

§

ClearFileMetadata(ThriftHiveMetastoreClearFileMetadataArgsRecv)

§

CacheFileMetadata(ThriftHiveMetastoreCacheFileMetadataArgsRecv)

Trait Implementations§

source§

impl Clone for ThriftHiveMetastoreRequestRecv

source§

fn clone(&self) -> ThriftHiveMetastoreRequestRecv

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for ThriftHiveMetastoreRequestRecv

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl EntryMessage for ThriftHiveMetastoreRequestRecv

source§

fn encode<T: TOutputProtocol>( &self, protocol: &mut T, ) -> Result<(), ThriftException>

source§

fn decode<T: TInputProtocol>( protocol: &mut T, msg_ident: &TMessageIdentifier, ) -> Result<Self, ThriftException>

source§

async fn decode_async<T: TAsyncInputProtocol>( protocol: &mut T, msg_ident: &TMessageIdentifier, ) -> Result<Self, ThriftException>

source§

fn size<T: TLengthProtocol>(&self, protocol: &mut T) -> usize

source§

impl<T> Service<ServerContext, ThriftHiveMetastoreRequestRecv> for ThriftHiveMetastoreServer<T>
where T: ThriftHiveMetastore + Send + Sync + 'static,

§

type Response = ThriftHiveMetastoreResponseSend

Responses given by the service.
§

type Error = ServerError

Errors produced by the service.
source§

async fn call<'s, 'cx>( &'s self, _cx: &'cx mut ServerContext, req: ThriftHiveMetastoreRequestRecv, ) -> Result<Self::Response, Self::Error>

Process the request and return the response asynchronously.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<V, T> VZip<V> for T
where V: MultiLane<T>,

source§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more