Spring for Apache Hadoop
A B C D E F G H I J K L M N O P Q R S T U V W Y

M

main(String[]) - Static method in class org.springframework.yarn.am.CommandLineAppmasterRunner
 
main(String[]) - Static method in class org.springframework.yarn.boot.app.SpringYarnBootApplication
 
main(String[]) - Static method in class org.springframework.yarn.client.CommandLineClientRunner
 
main(String[]) - Static method in class org.springframework.yarn.container.CommandLineContainerRunner
 
makeQualified(String) - Method in class org.springframework.data.hadoop.fs.SimplerFileSystem
 
makeQualified(Path) - Method in class org.springframework.data.hadoop.fs.SimplerFileSystem
 
map - Variable in class org.springframework.yarn.batch.repository.bindings.ExecutionContextType
 
mapLine(String) - Method in interface org.springframework.yarn.batch.item.LineDataMapper
Implementations must implement this method to map the provided line to the parameter type T.
mapLine(String) - Method in class org.springframework.yarn.batch.item.PassThroughLineDataMapper
 
mapRow(Result, int) - Method in interface org.springframework.data.hadoop.hbase.RowMapper
 
maskPassword(String) - Static method in class org.springframework.yarn.support.console.CommonUtils
Simple method to replace characters in a String with asterisks to mask the password.
masterCommands(String...) - Method in class org.springframework.yarn.config.annotation.builders.YarnClientBuilder
 
masterCommands(String...) - Method in interface org.springframework.yarn.config.annotation.builders.YarnClientConfigurer
Specify a raw array of commands used to start an application master.
MasterContainerAllocatorConfigurer - Interface in org.springframework.yarn.config.annotation.configurers
AnnotationConfigurerBuilder for configuring ContainerAllocator.
MasterContainerRunnerConfigurer - Interface in org.springframework.yarn.config.annotation.configurers
 
MasterParser - Class in org.springframework.yarn.config
Simple namespace parser for yarn:master.
MasterParser() - Constructor for class org.springframework.yarn.config.MasterParser
 
matches(Method) - Method in class org.springframework.yarn.support.UniqueMethodFilter
 
maxMessageSize - Variable in class org.springframework.yarn.integration.ip.mind.MindRpcSerializer
 
maySetConfigurationFromContext() - Method in class org.springframework.yarn.config.annotation.configuration.SpringYarnConfiguration
Sets a configuration from an ApplicationContext if one and only one configuration of type org.apache.hadoop.conf.Configuration or YarnConfiguration is found.
memory(int) - Method in class org.springframework.yarn.config.annotation.builders.YarnClientBuilder
 
memory(String) - Method in class org.springframework.yarn.config.annotation.builders.YarnClientBuilder
 
memory(String) - Method in interface org.springframework.yarn.config.annotation.builders.YarnClientConfigurer
Specify a yarn application containers memory reservation.
memory(int) - Method in interface org.springframework.yarn.config.annotation.builders.YarnClientConfigurer
Specify a yarn application containers memory reservation.
memory(String) - Method in class org.springframework.yarn.config.annotation.configurers.DefaultMasterContainerAllocatorConfigurer
 
memory(int) - Method in class org.springframework.yarn.config.annotation.configurers.DefaultMasterContainerAllocatorConfigurer
 
memory(String) - Method in interface org.springframework.yarn.config.annotation.configurers.MasterContainerAllocatorConfigurer
Specify a container memory for ContainerAllocator.
memory(int) - Method in interface org.springframework.yarn.config.annotation.configurers.MasterContainerAllocatorConfigurer
Specify a container memory for ContainerAllocator.
merge(Object) - Method in class org.springframework.data.hadoop.config.LinkedProperties
 
merge(Configuration, Configuration) - Static method in class org.springframework.data.hadoop.configuration.ConfigurationUtils
Creates a new Configuration by merging the given configurations.
merge(Configuration, Configuration) - Static method in class org.springframework.data.hadoop.configuration.JobConfUtils
Creates a new Configuration by merging the given configurations.
merge(Configuration, Configuration) - Static method in class org.springframework.yarn.configuration.ConfigurationUtils
Creates a new Configuration by merging the given configurations.
merge(Configuration, Configuration) - Static method in class org.springframework.yarn.support.YarnUtils
Merge configurations together.
mergeBootArgumentsIntoMap(String[], Map) - Static method in class org.springframework.yarn.boot.support.SpringYarnBootUtils
 
mergeHadoopPropertyIntoMap(Configuration, String, String, Map) - Static method in class org.springframework.yarn.boot.support.SpringYarnBootUtils
 
message - Variable in class org.springframework.yarn.batch.repository.bindings.repo.UpdateExecutionContextRes
 
MethodAnnotationPostProcessor<T extends java.lang.annotation.Annotation> - Interface in org.springframework.yarn.config.annotation
Strategy interface for post-processing annotated methods.
MethodInvokingYarnContainerRuntimeProcessor<T> - Class in org.springframework.yarn.container
A simple YarnContainerRuntimeProcessor implementation using methods from a container.
MethodInvokingYarnContainerRuntimeProcessor(Object, Method) - Constructor for class org.springframework.yarn.container.MethodInvokingYarnContainerRuntimeProcessor
 
MethodInvokingYarnContainerRuntimeProcessor(Object, String) - Constructor for class org.springframework.yarn.container.MethodInvokingYarnContainerRuntimeProcessor
 
MethodInvokingYarnContainerRuntimeProcessor(Object, Class<? extends Annotation>) - Constructor for class org.springframework.yarn.container.MethodInvokingYarnContainerRuntimeProcessor
 
MindAppmasterService - Class in org.springframework.yarn.integration.ip.mind
Implementation of AppmasterService which handles communication via Spring Int tcp channels using mind protocol.
MindAppmasterService() - Constructor for class org.springframework.yarn.integration.ip.mind.MindAppmasterService
 
MindAppmasterServiceClient - Class in org.springframework.yarn.integration.ip.mind
Implementation of Appmaster service client extending IntegrationAppmasterServiceClient.
MindAppmasterServiceClient() - Constructor for class org.springframework.yarn.integration.ip.mind.MindAppmasterServiceClient
 
MindDataConversionException - Exception in org.springframework.yarn.integration.convert
Simple exception indicating errors during the conversion.
MindDataConversionException(String, Throwable) - Constructor for exception org.springframework.yarn.integration.convert.MindDataConversionException
Construct a new mind data conversion exception.
MindDataConversionException(String) - Constructor for exception org.springframework.yarn.integration.convert.MindDataConversionException
Construct a new mind data conversion exception.
MindHolderToObjectConverter - Class in org.springframework.yarn.integration.convert
Spring Converter which knows how to convert MindRpcMessageHolder to BaseObject.
MindHolderToObjectConverter(ObjectMapper) - Constructor for class org.springframework.yarn.integration.convert.MindHolderToObjectConverter
Instantiates a new mind holder to object converter.
MindHolderToObjectConverter(ObjectMapper, String) - Constructor for class org.springframework.yarn.integration.convert.MindHolderToObjectConverter
Instantiates a new mind holder to object converter.
MindHolderToObjectConverter(ObjectMapper, String[]) - Constructor for class org.springframework.yarn.integration.convert.MindHolderToObjectConverter
Instantiates a new mind holder to object converter.
MindObjectToHolderConverter - Class in org.springframework.yarn.integration.convert
Spring Converter which knows how to convert BaseObject to MindRpcMessageHolder.
MindObjectToHolderConverter(ObjectMapper) - Constructor for class org.springframework.yarn.integration.convert.MindObjectToHolderConverter
Constructs converter with a jackson object mapper.
MindRpcMessageHolder - Class in org.springframework.yarn.integration.ip.mind
Mind request and response contains a set of headers and a content.
MindRpcMessageHolder(Map<String, String>, String) - Constructor for class org.springframework.yarn.integration.ip.mind.MindRpcMessageHolder
Constructs holder instance with a map of headers and a content.
MindRpcMessageHolder(Map<String, String>, byte[]) - Constructor for class org.springframework.yarn.integration.ip.mind.MindRpcMessageHolder
Constructs holder instance with a map of headers and a content.
mindRpcSerializer() - Method in class org.springframework.yarn.batch.config.SimpleYarnBatchConfiguration
 
mindRpcSerializer() - Method in class org.springframework.yarn.batch.config.SimpleYarnRemoteBatchConfiguration
 
MindRpcSerializer - Class in org.springframework.yarn.integration.ip.mind
Spring Serializer and Deserializer interfaces for mind protocol.
MindRpcSerializer() - Constructor for class org.springframework.yarn.integration.ip.mind.MindRpcSerializer
 
MiniHadoopCluster - Annotation Type in org.springframework.data.hadoop.test.context
MiniHadoopCluster defines class-level metadata that is used to determine how to load and configure a mini cluster and inject it into ApplicationContext for test classes.
MiniMRClusterCompat - Class in org.springframework.data.hadoop.test.support.compat
Compatibility class accessing minimr classes at runtime without knowing implementations during the compile time.
MiniMRClusterCompat() - Constructor for class org.springframework.data.hadoop.test.support.compat.MiniMRClusterCompat
 
MiniYarnCluster - Annotation Type in org.springframework.yarn.test.context
MiniYarnCluster defines class-level metadata that is used to determine how to load and configure a mini cluster and inject it into ApplicationContext for test classes.
MiniYarnClusterTest - Annotation Type in org.springframework.yarn.test.context
Composed annotation having @MiniYarnCluster, @ContextConfiguration using loader YarnDelegatingSmartContextLoader and empty Spring @Configuration.
MiniYarnClusterTest.Config - Class in org.springframework.yarn.test.context
 
MiniYarnClusterTest.Config() - Constructor for class org.springframework.yarn.test.context.MiniYarnClusterTest.Config
 
mkdir(String) - Method in class org.springframework.data.hadoop.fs.FsShell
 
mkdir(String...) - Method in class org.springframework.data.hadoop.fs.FsShell
 
mkdirs(Path) - Method in class org.springframework.data.hadoop.fs.SimplerFileSystem
 
mkdirs(String) - Method in class org.springframework.data.hadoop.fs.SimplerFileSystem
 
mkdirs(Path, FsPermission) - Method in class org.springframework.data.hadoop.fs.SimplerFileSystem
 
mkdirs(String, short) - Method in class org.springframework.data.hadoop.fs.SimplerFileSystem
 
moveFromLocal(String, String) - Method in class org.springframework.data.hadoop.fs.FsShell
 
moveFromLocal(String, String, String...) - Method in class org.springframework.data.hadoop.fs.FsShell
 
moveFromLocalFile(Path[], Path) - Method in class org.springframework.data.hadoop.fs.SimplerFileSystem
 
moveFromLocalFile(String[], String) - Method in class org.springframework.data.hadoop.fs.SimplerFileSystem
 
moveFromLocalFile(Path, Path) - Method in class org.springframework.data.hadoop.fs.SimplerFileSystem
 
moveFromLocalFile(String, String) - Method in class org.springframework.data.hadoop.fs.SimplerFileSystem
 
moveToLocal(String, String) - Method in class org.springframework.data.hadoop.fs.FsShell
 
moveToLocal(boolean, String, String) - Method in class org.springframework.data.hadoop.fs.FsShell
 
moveToLocalFile(Path, Path) - Method in class org.springframework.data.hadoop.fs.SimplerFileSystem
 
moveToLocalFile(String, String) - Method in class org.springframework.data.hadoop.fs.SimplerFileSystem
 
mv(String, String) - Method in class org.springframework.data.hadoop.fs.FsShell
 
mv(String, String, String...) - Method in class org.springframework.data.hadoop.fs.FsShell
 

Spring for Apache Hadoop
A B C D E F G H I J K L M N O P Q R S T U V W Y