跳过导航链接
C F G H P S 

C

com.jdcloud.function - 程序包 com.jdcloud.function
 
Context - com.jdcloud.function中的接口
The context object allows you to access useful information available within the alibaba cloud function compute execution environment

F

FunctionParam - com.jdcloud.function中的接口
This provides the information related to the invoking function

G

getExecTimeLimitInMillis() - 接口 中的方法com.jdcloud.function.FunctionParam
Gets the execution time limit of the function
getFunctionHandler() - 接口 中的方法com.jdcloud.function.FunctionParam
Gets the fully qualified name of the handler being executed.
getFunctionName() - 接口 中的方法com.jdcloud.function.FunctionParam
Gets the name of the function being executed.
getFunctionParam() - 接口 中的方法com.jdcloud.function.Context
Gets the function related parameters
getMemoryLimitInMB() - 接口 中的方法com.jdcloud.function.FunctionParam
Gets the maximum memory size configured for the function
getRequestId() - 接口 中的方法com.jdcloud.function.Context
Gets the alibaba cloud function compute request ID associated with the request.

H

handleRequest(HttpServletRequest, HttpServletResponse, Context) - 接口 中的方法com.jdcloud.function.HttpRequestHandler
 
handleRequest(Input, Context) - 接口 中的方法com.jdcloud.function.PojoRequestHandler
Handles a function compute invoke request Handles a function compute invoke request
handleRequest(InputStream, OutputStream, Context) - 接口 中的方法com.jdcloud.function.StreamRequestHandler
 
HttpRequestHandler - com.jdcloud.function中的接口
 

P

PojoRequestHandler<Input,Output> - com.jdcloud.function中的接口
 

S

StreamRequestHandler - com.jdcloud.function中的接口
 
C F G H P S 
跳过导航链接

Copyright © 2020. All rights reserved.