|
@@ -562,12 +562,57 @@ define([ "require", "utils/Globals", "pnotify", "utils/Messages", "utils/Enums",
|
|
|
case "isSymlink": return "是否为符号链接";
|
|
|
case "modifiedTime": return "修改时间";
|
|
|
case "nameServiceId": return "服务器序号";
|
|
|
- case "numberOfReplicas": return "副本数量";
|
|
|
+ case "numberOfReplicas": return "副本编号";
|
|
|
case "posixPermissions": return "接口访问权限";
|
|
|
case "hiveDb": return "hive数据库";
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
+ case "compressed": return "压缩";
|
|
|
+ case "location": return "位置";
|
|
|
+ case "numBuckets": return "桶编号";
|
|
|
+ case "serdeInfo": return "序列化信息";
|
|
|
+ case "storedAsSubDirectories": return "存储的子目录";
|
|
|
+ case "bucketCols": return "桶的列名";
|
|
|
+ case "inputFormat": return "输入格式";
|
|
|
+ case "outputFormat": return "输出格式";
|
|
|
+ case "sortCols": return "排序列名";
|
|
|
+ case "execTime": return "执行时间";
|
|
|
+ case "queryText": return "查询语句";
|
|
|
+ case "serviceType": return "服务类型";
|
|
|
+ case "userName": return "用户名";
|
|
|
+ case "blockCacheEnabled": return "块缓存是否启用";
|
|
|
+ case "bloomFilterType": return "布隆过滤器类型";
|
|
|
+ case "cacheBloomsOnWrite": return "布隆缓存是否可编辑";
|
|
|
+ case "cacheDataOnWrite": return "缓存数据是否可编辑";
|
|
|
+ case "cacheIndexesOnWrite": return "缓存序号是否可编辑";
|
|
|
+ case "compactionCompressionType": return "压实类型";
|
|
|
+ case "compressionType": return "压缩类型";
|
|
|
+ case "evictBlocksOnClose": return "驱逐区块关闭";
|
|
|
+ case "isMobEnabled": return "是否开启中等对象(mob)特性";
|
|
|
+ case "keepDeletedCells": return "是否保存已删除的单元格";
|
|
|
+ case "maxVersions": return "最大版本数";
|
|
|
+ case "minVersions": return "最小版本数";
|
|
|
+ case "newVersionBehavior": return "是否可改变列族描述";
|
|
|
+ case "prefetchBlocksOnOpen": return "是否开启预取块";
|
|
|
+ case "ttl": return "电瓶信号";
|
|
|
+ case "StoragePolicy": return "缓存方案";
|
|
|
+ case "mobCompactPartitionPolicy": return "中等对象压缩分区技术";
|
|
|
+ case "encryptionType": return "压缩类型";
|
|
|
+ case "inMemoryCompactionPolicy": return "可记忆压缩技术";
|
|
|
+ case "column_families": return "列族";
|
|
|
+ case "durability": return "耐久性";
|
|
|
+ case "isCompactionEnabled": return "是否开启压缩";
|
|
|
+ case "isNormalizationEnabled": return "是否开启标准化";
|
|
|
+ case "isReadOnly": return "是否只读";
|
|
|
+ case "maxFileSize": return "最大文件大小";
|
|
|
+ case "replicasPerRegion": return "每个区域副本";
|
|
|
+ case "uri": return "统一资源标识符";
|
|
|
+ case "endTime": return "结束时间";
|
|
|
+ case "operationType": return "操作类型";
|
|
|
+ case "queryGraph": return "查询图";
|
|
|
+ case "queryId": return "查询序号";
|
|
|
+ case "queryPlan": return "查询计划";
|
|
|
+ case "recentQueries": return "最近操作语句";
|
|
|
+ case "startTime": return "开始时间";
|
|
|
+ case "hostName": return "主机名";
|
|
|
|
|
|
default: return name;
|
|
|
}
|