[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eMemcacheServicePb.MergedNamespaceStatsOrBuilder\u003c/code\u003e interface provides methods for retrieving statistics related to a merged namespace in a memcache service.\u003c/p\u003e\n"],["\u003cp\u003eThis interface allows access to various metrics such as \u003ccode\u003ebyteHits\u003c/code\u003e, \u003ccode\u003ebytes\u003c/code\u003e, \u003ccode\u003ehits\u003c/code\u003e, \u003ccode\u003eitems\u003c/code\u003e, and \u003ccode\u003emisses\u003c/code\u003e, all of which are represented as \u003ccode\u003elong\u003c/code\u003e values.\u003c/p\u003e\n"],["\u003cp\u003eIt also includes methods for retrieving hotkey information, including retrieving a specific hotkey via \u003ccode\u003egetHotkeys(int arg0)\u003c/code\u003e, counting the amount of hotkeys with \u003ccode\u003egetHotkeysCount()\u003c/code\u003e, getting the list of all hotkeys with \u003ccode\u003egetHotkeysList()\u003c/code\u003e, and retrieving hotkey information via \u003ccode\u003egetHotkeysOrBuilder(int arg0)\u003c/code\u003e and the list of all via \u003ccode\u003egetHotkeysOrBuilderList()\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe interface provides a method to retrieve the age of the oldest item via \u003ccode\u003egetOldestItemAge()\u003c/code\u003e, which is an integer, as well as methods to check if specific statistics are present using \u003ccode\u003ehas\u003c/code\u003e prefix like \u003ccode\u003ehasByteHits()\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Interface MemcacheServicePb.MergedNamespaceStatsOrBuilder (2.0.0)\n\n public static interface MemcacheServicePb.MergedNamespaceStatsOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\ncom.google.protobuf.MessageOrBuilder\n\nMethods\n-------\n\n### getByteHits()\n\n public abstract long getByteHits()\n\n### getBytes()\n\n public abstract long getBytes()\n\n### getHits()\n\n public abstract long getHits()\n\n### getHotkeys(int arg0)\n\n public abstract MemcacheServicePb.MemcacheHotKey getHotkeys(int arg0)\n\n### getHotkeysCount()\n\n public abstract int getHotkeysCount()\n\n### getHotkeysList()\n\n public abstract List\u003cMemcacheServicePb.MemcacheHotKey\u003e getHotkeysList()\n\n### getHotkeysOrBuilder(int arg0)\n\n public abstract MemcacheServicePb.MemcacheHotKeyOrBuilder getHotkeysOrBuilder(int arg0)\n\n### getHotkeysOrBuilderList()\n\n public abstract List\u003c? extends MemcacheServicePb.MemcacheHotKeyOrBuilder\u003e getHotkeysOrBuilderList()\n\n### getItems()\n\n public abstract long getItems()\n\n### getMisses()\n\n public abstract long getMisses()\n\n### getOldestItemAge()\n\n public abstract int getOldestItemAge()\n\n### hasByteHits()\n\n public abstract boolean hasByteHits()\n\n### hasBytes()\n\n public abstract boolean hasBytes()\n\n### hasHits()\n\n public abstract boolean hasHits()\n\n### hasItems()\n\n public abstract boolean hasItems()\n\n### hasMisses()\n\n public abstract boolean hasMisses()\n\n### hasOldestItemAge()\n\n public abstract boolean hasOldestItemAge()"]]