getTenantCount method

int getTenantCount()

Get tenant count

Implementation

int getTenantCount() {
  return _tenantStores.length;
}