Skip to content

Commit

Permalink
Fixing missing java doc issue
Browse files Browse the repository at this point in the history
Signed-off-by: Sagar Upadhyaya <[email protected]>
  • Loading branch information
sgup432 committed Oct 8, 2024
1 parent b71b2d4 commit ce52c28
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,10 @@ public class TieredSpilloverCacheSettings {
DISK_CACHE_ENABLED_SETTING_MAP = diskCacheSettingMap;
}

/**
* Returns the default segment count to be used within TieredCache.
* @return default segment count
*/
public static int defaultSegments() {
// For now, we use number of search threads as the default segment count. If needed each cache type can
// configure its own segmentCount via setting in the future.
Expand Down

0 comments on commit ce52c28

Please sign in to comment.