- serialize(MindRpcMessageHolder, OutputStream) - Method in class org.springframework.yarn.integration.ip.mind.MindRpcSerializer
-
- setAnnotationIntrospector(AnnotationIntrospector) - Method in class org.springframework.yarn.integration.support.Jackson2ObjectMapperFactoryBean
-
Set the AnnotationIntrospector for both serialization and
deserialization.
- setAutoDetectFields(boolean) - Method in class org.springframework.yarn.integration.support.Jackson2ObjectMapperFactoryBean
-
Shortcut for MapperFeature.AUTO_DETECT_FIELDS option.
- setAutoDetectGettersSetters(boolean) - Method in class org.springframework.yarn.integration.support.Jackson2ObjectMapperFactoryBean
-
Shortcut for MapperFeature.AUTO_DETECT_SETTERS/
MapperFeature.AUTO_DETECT_GETTERS option.
- setBasePackage(String[]) - Method in class org.springframework.yarn.integration.convert.MindHolderToObjectConverter
-
Sets the base packages.
- setBeanFactory(BeanFactory) - Method in class org.springframework.yarn.integration.convert.ConverterRegistrar
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.yarn.integration.IntegrationAppmasterServiceClientFactoryBean
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.yarn.integration.IntegrationAppmasterServiceFactoryBean
-
- setChannel(SubscribableChannel) - Method in class org.springframework.yarn.integration.IntegrationAppmasterServiceFactoryBean
-
Sets the message channel for service dispatching.
- setContent(byte[]) - Method in class org.springframework.yarn.integration.ip.mind.MindRpcMessageHolder
-
Sets the content of this holder.
- setContent(String) - Method in class org.springframework.yarn.integration.ip.mind.MindRpcMessageHolder
-
Sets the content of this holder.
- setConversionService(ConversionService) - Method in class org.springframework.yarn.integration.support.IntegrationObjectSupport
-
- setDateFormat(DateFormat) - Method in class org.springframework.yarn.integration.support.Jackson2ObjectMapperFactoryBean
-
Define the format for date/time with the given
DateFormat.
- setDeserializersByType(Map<Class<?>, JsonDeserializer<?>>) - Method in class org.springframework.yarn.integration.support.Jackson2ObjectMapperFactoryBean
-
Configure custom deserializers for the given types.
- setFailOnEmptyBeans(boolean) - Method in class org.springframework.yarn.integration.support.Jackson2ObjectMapperFactoryBean
-
Shortcut for SerializationFeature.FAIL_ON_EMPTY_BEANS option.
- setFeaturesToDisable(Object...) - Method in class org.springframework.yarn.integration.support.Jackson2ObjectMapperFactoryBean
-
Specify features to disable.
- setFeaturesToEnable(Object...) - Method in class org.springframework.yarn.integration.support.Jackson2ObjectMapperFactoryBean
-
Specify features to enable.
- setHeaders(Map<String, String>) - Method in class org.springframework.yarn.integration.ip.mind.MindRpcMessageHolder
-
Sets the headers of this holder.
- setIndentOutput(boolean) - Method in class org.springframework.yarn.integration.support.Jackson2ObjectMapperFactoryBean
-
Shortcut for SerializationFeature.INDENT_OUTPUT option.
- setIntegrationServiceClient(IntegrationAppmasterServiceClient<?>) - Method in class org.springframework.yarn.integration.container.AbstractIntegrationYarnContainer
-
Sets the integration service client.
- setMaxMessageSize(int) - Method in class org.springframework.yarn.integration.ip.mind.MindRpcSerializer
-
Sets the max message size for transport.
- setMessageChannel(SubscribableChannel) - Method in class org.springframework.yarn.integration.IntegrationAppmasterService
-
Sets the message channel where messages are dispatched.
- setObjectMapper(ObjectMapper) - Method in class org.springframework.yarn.integration.support.Jackson2ObjectMapperFactoryBean
-
Set the ObjectMapper instance to use.
- setRequestChannel(MessageChannel) - Method in class org.springframework.yarn.integration.IntegrationAppmasterServiceClient
-
Set the request channel for outgoing messages.
- setRequestChannel(MessageChannel) - Method in class org.springframework.yarn.integration.IntegrationAppmasterServiceClientFactoryBean
-
Sets the outbount request channel.
- setResmsg(String) - Method in class org.springframework.yarn.integration.ip.mind.binding.BaseResponseObject
-
- setResponseChannel(PollableChannel) - Method in class org.springframework.yarn.integration.IntegrationAppmasterServiceClient
-
Set the response channel for incoming messages.
- setResponseChannel(PollableChannel) - Method in class org.springframework.yarn.integration.IntegrationAppmasterServiceClientFactoryBean
-
Sets the inbound response channel.
- setResstate(String) - Method in class org.springframework.yarn.integration.ip.mind.binding.BaseResponseObject
-
- setSerializers(JsonSerializer<?>...) - Method in class org.springframework.yarn.integration.support.Jackson2ObjectMapperFactoryBean
-
Configure custom serializers.
- setSerializersByType(Map<Class<?>, JsonSerializer<?>>) - Method in class org.springframework.yarn.integration.support.Jackson2ObjectMapperFactoryBean
-
Configure custom serializers for the given types.
- setServiceImpl(Class<AppmasterServiceClient>) - Method in class org.springframework.yarn.integration.IntegrationAppmasterServiceClientFactoryBean
-
Set the class implementing appmaster service client.
- setServiceImpl(Class<AppmasterService>) - Method in class org.springframework.yarn.integration.IntegrationAppmasterServiceFactoryBean
-
Set the class implementing appmaster service.
- setServiceRef(IntegrationAppmasterService<?>) - Method in class org.springframework.yarn.integration.IntegrationAppmasterServiceFactoryBean
-
Sets the appmaster service as an instance.
- setSimpleDateFormat(String) - Method in class org.springframework.yarn.integration.support.Jackson2ObjectMapperFactoryBean
-
- setSocketSupport(PortExposingTcpSocketSupport) - Method in class org.springframework.yarn.integration.IntegrationAppmasterService
-
Sets the socket support for this service.
- setSocketSupport(PortExposingTcpSocketSupport) - Method in class org.springframework.yarn.integration.IntegrationAppmasterServiceFactoryBean
-
Sets the socket support to be used to get
port info from a server socket.