在core common module中, persistence包下有乙個抽象類resourcestore,它有兩個子類,分別是fileresourcestore和hbaseresourcestore。
resourcestore類定義了kylin的元資料的存放路徑,該元資料模仿檔案系統的方式實現
public
static
final string cube_resource_root = "/cube";
public
static
final string cube_desc_resource_root = "/cube_desc";
public
static
final string data_model_desc_resource_root = "/model_desc";
public
static
final string dict_resource_root = "/dict";
public
static
final string project_resource_root = "/project";
public
static
final string snapshot_resource_root = "/table_snapshot";
public
static
final string table_exd_resource_root = "/table_exd";
public
static
final string table_resource_root = "/table";
public
static
final string external_filter_resource_root = "/ext_filter";
public
static
final string hybrid_resource_root = "/hybrid";
public
static
final string execute_resource_root = "/execute";
public
static
final string execute_output_resource_root = "/execute_output";
public
static
final string streaming_resource_root = "/streaming";
public
static
final string kafka_resource_root = "/kafka";
public
static
final string streaming_output_resource_root = "/streaming_output";
public
static
final string cube_statistics_root = "/cube_statistics";
public
static
final string bad_query_resource_root = "/bad_query";
Unity資源載入的幾種方式
unity資源載入的幾種方式 instantiate 最簡單的一種方式,以例項化的方式動態生成乙個物體。assetsbundle 即將資源打成 asset bundle 放在伺服器或本地磁碟,然後使用www模組get 下來,然後從這個bundle中load某個object,unity官方推薦也是絕大...
LG004 資源傳說 載入資源的方式
lg004.資源傳說 載入資源的方式 效果圖 其實很簡單,直接看 private limage bgimg null 背景 private limage tipimg null 文字 public gamescreen lgame載入資源的方式當然也離不開android的限制喇,也是兩種 1.載入a...
Unity動態載入資源的幾種方式
unity資源載入的幾種方式 instantiate 最簡單的一種方式,以例項化的方式動態生成乙個物體。assetsbundle 即將資源打成 asset bundle 放在伺服器或本地磁碟,然後使用www模組get 下來,然後從這個bundle中load某個object,unity官方推薦也是絕大...