Uses of Class
com.google.apphosting.runtime.AppVersion
Packages that use AppVersion
-
Uses of AppVersion in com.google.apphosting.runtime
Methods in com.google.apphosting.runtime that return AppVersionModifier and TypeMethodDescriptionabstract AppVersionAppVersion.Builder.build()AppVersionFactory.createAppVersion(com.google.apphosting.base.protos.AppinfoPb.AppInfo appInfo, com.google.apphosting.utils.config.AppEngineWebXml appEngineWebXml, ApplicationEnvironment.RuntimeConfiguration configuration) Create anAppVersionfrom the specifiedAppInfoprotocol buffer.AppVersionFactory.createAppVersionForTest(com.google.apphosting.base.protos.AppinfoPb.AppInfo appInfo) Creates a newAppVersionwith a default RuntimeConfiguration.ApiProxyImpl.EnvironmentImpl.getAppVersion()CloneControllerImpl.Callback.getAppVersion(String appId, String versionId) RequestManager.RequestToken.getAppVersion()Methods in com.google.apphosting.runtime with parameters of type AppVersionModifier and TypeMethodDescriptionvoidServletEngineAdapter.addAppVersion(AppVersion appVersion) Register the specified application version for future calls toserviceRequest.ApiProxyImpl.createEnvironment(AppVersion appVersion, com.google.apphosting.base.protos.RuntimePb.UPRequest upRequest, MutableUpResponse upResponse, TraceWriter traceWriter, CpuRatioTimer requestTimer, String requestId, List<Future<?>> asyncFutures, Semaphore outstandingApiRpcSemaphore, ThreadGroup requestThreadGroup, RequestState requestState, Long millisUntilSoftDeadline) Creates anApiProxy.Environmentinstance that is suitable for use with this class.voidServletEngineAdapter.deleteAppVersion(AppVersion appVersion) Remove the specified application version and free up any resources associated with it.abstract RequestRunner.BuilderRequestRunner.Builder.setAppVersion(AppVersion appVersion) RequestManager.startRequest(AppVersion appVersion, AnyRpcServerContext rpc, com.google.apphosting.base.protos.RuntimePb.UPRequest upRequest, MutableUpResponse upResponse, ThreadGroup requestThreadGroup) Set up any state necessary to execute a new request using the specified parameters.Constructors in com.google.apphosting.runtime with parameters of type AppVersionModifierConstructorDescriptionRequestRunner(UPRequestHandler upRequestHandler, RequestManager requestManager, BackgroundRequestCoordinator coordinator, boolean compressResponse, AppVersion appVersion, AnyRpcServerContext rpc, com.google.apphosting.base.protos.RuntimePb.UPRequest upRequest, MutableUpResponse upResponse)