[[["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-03 UTC."],[[["\u003cp\u003e\u003ccode\u003eApiProxy.ApiResultFuture<T>\u003c/code\u003e is a public static interface that extends the \u003ccode\u003eFuture<T>\u003c/code\u003e interface.\u003c/p\u003e\n"],["\u003cp\u003eThe interface uses a type parameter \u003ccode\u003eT\u003c/code\u003e for generic type handling.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003egetCpuTimeInMegaCycles()\u003c/code\u003e method returns the CPU time in megacycles as a \u003ccode\u003elong\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003egetWallclockTimeInMillis()\u003c/code\u003e method returns the wall-clock time in milliseconds as a \u003ccode\u003elong\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Interface ApiProxy.ApiResultFuture<T> (2.0.0)\n\n public static interface ApiProxy.ApiResultFuture\u003cT\u003e extends Future\u003cT\u003e\n\nImplements\n----------\n\n[Future\\\u003cT\\\u003e](https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/Future.html)\n\nMethods\n-------\n\n### getCpuTimeInMegaCycles()\n\n public abstract long getCpuTimeInMegaCycles()\n\n### getWallclockTimeInMillis()\n\n public abstract long getWallclockTimeInMillis()"]]