azure-docs-sdk-java/docs-ref-autogen/com.microsoft.azure.batch.i...

58 строки
5.1 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.batch.interceptor.ServerTimeoutInterceptor"
fullName: "com.microsoft.azure.batch.interceptor.ServerTimeoutInterceptor"
name: "ServerTimeoutInterceptor"
nameWithType: "ServerTimeoutInterceptor"
summary: "Sets Batch service request timeouts."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.batch.BatchClientBehavior?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.batch.interceptor.RequestInterceptor?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.microsoft.azure.batch.interceptor.RequestInterceptor?alt=com.microsoft.azure.batch.interceptor.RequestInterceptor&text=RequestInterceptor\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.microsoft.azure.batch.interceptor.RequestInterceptor.handler()?alt=com.microsoft.azure.batch.interceptor.RequestInterceptor.handler&text=handler\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.batch.interceptor.RequestInterceptor.withHandler(com.microsoft.azure.batch.interceptor.BatchRequestInterceptHandler)?alt=com.microsoft.azure.batch.interceptor.RequestInterceptor.withHandler&text=withHandler\" data-throw-if-not-resolved=\"False\" />"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public class **ServerTimeoutInterceptor**</br> extends <xref href=\"com.microsoft.azure.batch.interceptor.RequestInterceptor?alt=com.microsoft.azure.batch.interceptor.RequestInterceptor&text=RequestInterceptor\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.microsoft.azure.batch.interceptor.ServerTimeoutInterceptor.ServerTimeoutInterceptor(int)"
fullName: "com.microsoft.azure.batch.interceptor.ServerTimeoutInterceptor.ServerTimeoutInterceptor(int timeout)"
name: "ServerTimeoutInterceptor(int timeout)"
nameWithType: "ServerTimeoutInterceptor.ServerTimeoutInterceptor(int timeout)"
summary: "Initializes a new <xref uid=\"com.microsoft.azure.batch.interceptor.ServerTimeoutInterceptor\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ServerTimeoutInterceptor\"></xref> for setting the service timeout interval for a request issued to the Batch service."
parameters:
- description: "The service timeout interval, in seconds."
name: "timeout"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ServerTimeoutInterceptor(int timeout)"
desc: "Initializes a new <xref uid=\"com.microsoft.azure.batch.interceptor.ServerTimeoutInterceptor\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ServerTimeoutInterceptor\"></xref> for setting the service timeout interval for a request issued to the Batch service."
methods:
- uid: "com.microsoft.azure.batch.interceptor.ServerTimeoutInterceptor.serverTimeout()"
fullName: "com.microsoft.azure.batch.interceptor.ServerTimeoutInterceptor.serverTimeout()"
name: "serverTimeout()"
nameWithType: "ServerTimeoutInterceptor.serverTimeout()"
summary: "Gets the service timeout interval applied by this <xref uid=\"com.microsoft.azure.batch.interceptor.ServerTimeoutInterceptor\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ServerTimeoutInterceptor\"></xref> instance."
syntax: "public int serverTimeout()"
desc: "Gets the service timeout interval applied by this <xref uid=\"com.microsoft.azure.batch.interceptor.ServerTimeoutInterceptor\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ServerTimeoutInterceptor\"></xref> instance."
returns:
description: "The service timeout interval, in seconds."
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Sets Batch service request timeouts."
metadata: {}
package: "com.microsoft.azure.batch.interceptor"
artifact: com.microsoft.azure:azure-batch:11.2.0