摘要:
Request Validation API Gateway can perform basic validation. This enables you, the API developer, to focus on app-specific deep validation in the back 阅读全文
摘要:
API Driven Development What is API Driven Development? API Driven Development is a process that allows developers to focus on API design before writin 阅读全文
摘要:
架构角色 1)Region Server Region Server 为 Region 的管理者,其实现类为HRegionServer,主要作用如下: 对于数据的操作:get, put, delete; 对于Region 的操作:splitRegion、compactRegion。 2)Master 阅读全文