Searched refs:totalStorageSize (Results 1 – 1 of 1) sorted by relevance
1469 long totalStorageSize = storageInfoProto.getTotalStorageSize(); in getStorageInfoForNamespaces() local1475 if (totalStorageSize == 0 || totalDocuments == 0) { in getStorageInfoForNamespaces()1504 .setSizeBytes((long) (namespaceDocuments * 1.0 / totalDocuments * totalStorageSize)) in getStorageInfoForNamespaces()