public class QueryProfileStoreContext extends Object
Constructor and Description |
---|
QueryProfileStoreContext(DrillConfig config,
PersistentStoreProvider storeProvider,
ClusterCoordinator coordinator) |
Modifier and Type | Method and Description |
---|---|
PersistentStore<UserBitShared.QueryProfile> |
getCompletedProfileStore() |
PersistentStoreConfig<UserBitShared.QueryProfile> |
getProfileStoreConfig() |
TransientStore<UserBitShared.QueryInfo> |
getRunningProfileStore() |
public QueryProfileStoreContext(DrillConfig config, PersistentStoreProvider storeProvider, ClusterCoordinator coordinator)
public PersistentStoreConfig<UserBitShared.QueryProfile> getProfileStoreConfig()
public PersistentStore<UserBitShared.QueryProfile> getCompletedProfileStore()
public TransientStore<UserBitShared.QueryInfo> getRunningProfileStore()
Copyright © 1970 The Apache Software Foundation. All rights reserved.