Uses of Class
org.apache.hadoop.io.Text
Packages that use Text
Package
Description
Extensible delegation token support for the S3A connector.
Generic i/o code for use when reading and writing data to the network,
to databases, and to files.
Classes for hadoop security.
Support for delegation tokens.
Router security token delegation.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of Text in org.apache.hadoop.fs.s3a.auth.delegation
Fields in org.apache.hadoop.fs.s3a.auth.delegation declared as TextModifier and TypeFieldDescriptionstatic final TextDelegationConstants.FULL_TOKEN_KINDKind of the full token; value isDelegationConstants.FULL_TOKEN_NAME.static final TextDelegationConstants.ROLE_TOKEN_KINDKind of the role token; value isDelegationConstants.ROLE_TOKEN_NAME.static final TextDelegationConstants.SESSION_TOKEN_KINDKind of the session token; value isDelegationConstants.SESSION_TOKEN_NAME. -
Uses of Text in org.apache.hadoop.io
Methods in org.apache.hadoop.io with parameters of type TextConstructors in org.apache.hadoop.io with parameters of type Text -
Uses of Text in org.apache.hadoop.mapred
Methods in org.apache.hadoop.mapred that return TextModifier and TypeMethodDescriptionKeyValueLineRecordReader.createKey()SequenceFileAsTextRecordReader.createKey()KeyValueLineRecordReader.createValue()SequenceFileAsTextRecordReader.createValue()Methods in org.apache.hadoop.mapred that return types with arguments of type TextModifier and TypeMethodDescriptionKeyValueTextInputFormat.getRecordReader(InputSplit genericSplit, JobConf job, Reporter reporter) KeyValueTextInputFormat.getRecordReader(InputSplit genericSplit, JobConf job, Reporter reporter) SequenceFileAsTextInputFormat.getRecordReader(InputSplit split, JobConf job, Reporter reporter) SequenceFileAsTextInputFormat.getRecordReader(InputSplit split, JobConf job, Reporter reporter) TextInputFormat.getRecordReader(InputSplit genericSplit, JobConf job, Reporter reporter) Methods in org.apache.hadoop.mapred with parameters of type TextModifier and TypeMethodDescriptionToken<org.apache.hadoop.mapreduce.security.token.delegation.DelegationTokenIdentifier>JobClient.getDelegationToken(Text renewer) Get a delegation token for the user from the JobTracker.booleanRead key/value pair in a line.booleanRead key/value pair in a line. -
Uses of Text in org.apache.hadoop.mapred.lib
Methods in org.apache.hadoop.mapred.lib that return types with arguments of type TextModifier and TypeMethodDescriptionCombineTextInputFormat.getRecordReader(InputSplit split, JobConf conf, Reporter reporter) NLineInputFormat.getRecordReader(InputSplit genericSplit, JobConf job, Reporter reporter) Methods in org.apache.hadoop.mapred.lib with parameters of type TextModifier and TypeMethodDescriptionvoidRegexMapper.map(K key, Text value, OutputCollector<Text, LongWritable> output, Reporter reporter) voidTokenCountMapper.map(K key, Text value, OutputCollector<Text, LongWritable> output, Reporter reporter) voidFieldSelectionMapReduce.reduce(Text key, Iterator<Text> values, OutputCollector<Text, Text> output, Reporter reporter) Method parameters in org.apache.hadoop.mapred.lib with type arguments of type TextModifier and TypeMethodDescriptionvoidThe identify function.voidThe identify function.voidRegexMapper.map(K key, Text value, OutputCollector<Text, LongWritable> output, Reporter reporter) voidTokenCountMapper.map(K key, Text value, OutputCollector<Text, LongWritable> output, Reporter reporter) voidFieldSelectionMapReduce.reduce(Text key, Iterator<Text> values, OutputCollector<Text, Text> output, Reporter reporter) voidFieldSelectionMapReduce.reduce(Text key, Iterator<Text> values, OutputCollector<Text, Text> output, Reporter reporter) voidFieldSelectionMapReduce.reduce(Text key, Iterator<Text> values, OutputCollector<Text, Text> output, Reporter reporter) -
Uses of Text in org.apache.hadoop.mapred.lib.aggregate
Fields in org.apache.hadoop.mapred.lib.aggregate declared as TextMethods in org.apache.hadoop.mapred.lib.aggregate that return types with arguments of type TextModifier and TypeMethodDescriptionValueAggregatorBaseDescriptor.generateEntry(String type, String id, Text val) ValueAggregatorBaseDescriptor.generateEntry(String type, String id, Text val) Methods in org.apache.hadoop.mapred.lib.aggregate with parameters of type TextModifier and TypeMethodDescriptionValueAggregatorBaseDescriptor.generateEntry(String type, String id, Text val) voidValueAggregatorCombiner.reduce(Text key, Iterator<Text> values, OutputCollector<Text, Text> output, Reporter reporter) Combines values for a given key.voidValueAggregatorMapper.reduce(Text arg0, Iterator<Text> arg1, OutputCollector<Text, Text> arg2, Reporter arg3) Do nothing.voidValueAggregatorReducer.reduce(Text key, Iterator<Text> values, OutputCollector<Text, Text> output, Reporter reporter) Method parameters in org.apache.hadoop.mapred.lib.aggregate with type arguments of type TextModifier and TypeMethodDescriptionvoidDo nothing.voidDo nothing.voidthe map function.voidthe map function.voidDo nothing.voidDo nothing.voidValueAggregatorCombiner.reduce(Text key, Iterator<Text> values, OutputCollector<Text, Text> output, Reporter reporter) Combines values for a given key.voidValueAggregatorCombiner.reduce(Text key, Iterator<Text> values, OutputCollector<Text, Text> output, Reporter reporter) Combines values for a given key.voidValueAggregatorCombiner.reduce(Text key, Iterator<Text> values, OutputCollector<Text, Text> output, Reporter reporter) Combines values for a given key.voidValueAggregatorMapper.reduce(Text arg0, Iterator<Text> arg1, OutputCollector<Text, Text> arg2, Reporter arg3) Do nothing.voidValueAggregatorMapper.reduce(Text arg0, Iterator<Text> arg1, OutputCollector<Text, Text> arg2, Reporter arg3) Do nothing.voidValueAggregatorMapper.reduce(Text arg0, Iterator<Text> arg1, OutputCollector<Text, Text> arg2, Reporter arg3) Do nothing.voidValueAggregatorReducer.reduce(Text key, Iterator<Text> values, OutputCollector<Text, Text> output, Reporter reporter) voidValueAggregatorReducer.reduce(Text key, Iterator<Text> values, OutputCollector<Text, Text> output, Reporter reporter) voidValueAggregatorReducer.reduce(Text key, Iterator<Text> values, OutputCollector<Text, Text> output, Reporter reporter) -
Uses of Text in org.apache.hadoop.mapreduce
Methods in org.apache.hadoop.mapreduce with parameters of type TextModifier and TypeMethodDescriptionToken<org.apache.hadoop.mapreduce.security.token.delegation.DelegationTokenIdentifier>Cluster.getDelegationToken(Text renewer) Get a delegation token for the user from the JobTracker. -
Uses of Text in org.apache.hadoop.mapreduce.lib.aggregate
Fields in org.apache.hadoop.mapreduce.lib.aggregate declared as TextMethods in org.apache.hadoop.mapreduce.lib.aggregate that return types with arguments of type TextModifier and TypeMethodDescriptionValueAggregatorBaseDescriptor.generateEntry(String type, String id, Text val) ValueAggregatorBaseDescriptor.generateEntry(String type, String id, Text val) UserDefinedValueAggregatorDescriptor.generateKeyValPairs(Object key, Object val) Generate a list of aggregation-id/value pairs for the given key/value pairs by delegating the invocation to the real object.UserDefinedValueAggregatorDescriptor.generateKeyValPairs(Object key, Object val) Generate a list of aggregation-id/value pairs for the given key/value pairs by delegating the invocation to the real object.ValueAggregatorBaseDescriptor.generateKeyValPairs(Object key, Object val) Generate 1 or 2 aggregation-id/value pairs for the given key/value pair.ValueAggregatorBaseDescriptor.generateKeyValPairs(Object key, Object val) Generate 1 or 2 aggregation-id/value pairs for the given key/value pair.ValueAggregatorDescriptor.generateKeyValPairs(Object key, Object val) Generate a list of aggregation-id/value pairs for the given key/value pair.ValueAggregatorDescriptor.generateKeyValPairs(Object key, Object val) Generate a list of aggregation-id/value pairs for the given key/value pair.Methods in org.apache.hadoop.mapreduce.lib.aggregate with parameters of type TextModifier and TypeMethodDescriptionValueAggregatorBaseDescriptor.generateEntry(String type, String id, Text val) voidValueAggregatorCombiner.reduce(Text key, Iterable<Text> values, Reducer<Text, Text, Text, Text>.org.apache.hadoop.mapreduce.Reducer.Context context) Combines values for a given key.voidValueAggregatorReducer.reduce(Text key, Iterable<Text> values, Reducer<Text, Text, Text, Text>.org.apache.hadoop.mapreduce.Reducer.Context context) Method parameters in org.apache.hadoop.mapreduce.lib.aggregate with type arguments of type TextModifier and TypeMethodDescriptionvoidValueAggregatorCombiner.reduce(Text key, Iterable<Text> values, Reducer<Text, Text, Text, Text>.org.apache.hadoop.mapreduce.Reducer.Context context) Combines values for a given key.voidValueAggregatorReducer.reduce(Text key, Iterable<Text> values, Reducer<Text, Text, Text, Text>.org.apache.hadoop.mapreduce.Reducer.Context context) -
Uses of Text in org.apache.hadoop.mapreduce.lib.fieldsel
Fields in org.apache.hadoop.mapreduce.lib.fieldsel declared as TextMethods in org.apache.hadoop.mapreduce.lib.fieldsel that return TextMethods in org.apache.hadoop.mapreduce.lib.fieldsel with parameters of type TextModifier and TypeMethodDescriptionvoidFieldSelectionReducer.reduce(Text key, Iterable<Text> values, Reducer<Text, Text, Text, Text>.org.apache.hadoop.mapreduce.Reducer.Context context) Method parameters in org.apache.hadoop.mapreduce.lib.fieldsel with type arguments of type TextModifier and TypeMethodDescriptionvoidFieldSelectionReducer.reduce(Text key, Iterable<Text> values, Reducer<Text, Text, Text, Text>.org.apache.hadoop.mapreduce.Reducer.Context context) Constructors in org.apache.hadoop.mapreduce.lib.fieldsel with parameters of type Text -
Uses of Text in org.apache.hadoop.mapreduce.lib.input
Methods in org.apache.hadoop.mapreduce.lib.input that return TextModifier and TypeMethodDescriptionKeyValueLineRecordReader.getCurrentKey()SequenceFileAsTextRecordReader.getCurrentKey()KeyValueLineRecordReader.getCurrentValue()SequenceFileAsTextRecordReader.getCurrentValue()Methods in org.apache.hadoop.mapreduce.lib.input that return types with arguments of type TextModifier and TypeMethodDescriptionCombineTextInputFormat.createRecordReader(InputSplit split, TaskAttemptContext context) KeyValueTextInputFormat.createRecordReader(InputSplit genericSplit, TaskAttemptContext context) KeyValueTextInputFormat.createRecordReader(InputSplit genericSplit, TaskAttemptContext context) NLineInputFormat.createRecordReader(InputSplit genericSplit, TaskAttemptContext context) SequenceFileAsTextInputFormat.createRecordReader(InputSplit split, TaskAttemptContext context) SequenceFileAsTextInputFormat.createRecordReader(InputSplit split, TaskAttemptContext context) TextInputFormat.createRecordReader(InputSplit split, TaskAttemptContext context) Methods in org.apache.hadoop.mapreduce.lib.input with parameters of type TextModifier and TypeMethodDescriptionstatic voidKeyValueLineRecordReader.setKeyValue(Text key, Text value, byte[] line, int lineLen, int pos) -
Uses of Text in org.apache.hadoop.mapreduce.lib.map
Methods in org.apache.hadoop.mapreduce.lib.map with parameters of type TextModifier and TypeMethodDescriptionvoidRegexMapper.map(K key, Text value, Mapper<K, Text, Text, LongWritable>.org.apache.hadoop.mapreduce.Mapper.Context context) voidTokenCounterMapper.map(Object key, Text value, Mapper<Object, Text, Text, IntWritable>.org.apache.hadoop.mapreduce.Mapper.Context context) -
Uses of Text in org.apache.hadoop.mapreduce.security
Methods in org.apache.hadoop.mapreduce.security with parameters of type TextModifier and TypeMethodDescriptionstatic byte[]TokenCache.getSecretKey(Credentials credentials, Text alias) auxiliary method to get user's secret keys.. -
Uses of Text in org.apache.hadoop.security
Methods in org.apache.hadoop.security that return TextModifier and TypeMethodDescriptionstatic TextSecurityUtil.buildTokenService(InetSocketAddress addr) Construct the service key for a tokenstatic TextSecurityUtil.buildTokenService(URI uri) Construct the service key for a tokenMethods in org.apache.hadoop.security that return types with arguments of type TextModifier and TypeMethodDescriptionCredentials.getAllSecretKeys()Return all the secret key entries in the in-memory map.Credentials.getSecretKeyMap()Returns an unmodifiable version of the full map of aliases to secret keys.Map<Text,Token<? extends TokenIdentifier>> Credentials.getTokenMap()Returns an unmodifiable version of the full map of aliases to Tokens.Methods in org.apache.hadoop.security with parameters of type TextModifier and TypeMethodDescriptionvoidCredentials.addSecretKey(Text alias, byte[] key) Set the key for an alias.voidCredentials.addToken(Text alias, Token<? extends TokenIdentifier> t) Add a token in the storage (in memory).booleanUserGroupInformation.addToken(Text alias, Token<? extends TokenIdentifier> token) Add a named token to this UGIbyte[]Credentials.getSecretKey(Text alias) Returns the key bytes for the alias.Token<? extends TokenIdentifier>Returns the Token object for the alias.voidCredentials.removeSecretKey(Text alias) Remove the key for a given alias.voidCredentials.removeToken(Text alias) Remove a token from the storage (in memory).voidUserGroupInformation.removeToken(Text alias) Remove a named token from this UGI. -
Uses of Text in org.apache.hadoop.security.token
Methods in org.apache.hadoop.security.token that return TextModifier and TypeMethodDescriptionToken.getKind()Get the token kind.protected TextToken.TrivialRenewer.getKind()abstract TextTokenIdentifier.getKind()Get the token kindToken.getService()Get the service on which the token is supposed to be used.Methods in org.apache.hadoop.security.token with parameters of type TextModifier and TypeMethodDescriptionbooleanToken.TrivialRenewer.handleKind(Text kind) abstract booleanTokenRenewer.handleKind(Text kind) Does this renewer handle this kind of token?booleanToken.isPrivateCloneOf(Text thePublicService) Whether this is a private clone of a public token.Token.privateClone(Text newService) Create a private clone of a public token.TokenSelector.selectToken(Text service, Collection<Token<? extends TokenIdentifier>> tokens) voidToken.setKind(Text newKind) Set the token kind.voidToken.setService(Text newService) Set the service on which the token is supposed to be used.Constructors in org.apache.hadoop.security.token with parameters of type Text -
Uses of Text in org.apache.hadoop.security.token.delegation
Methods in org.apache.hadoop.security.token.delegation that return TextModifier and TypeMethodDescriptionabstract TextAbstractDelegationTokenIdentifier.getKind()AbstractDelegationTokenIdentifier.getOwner()AbstractDelegationTokenIdentifier.getRealUser()AbstractDelegationTokenIdentifier.getRenewer()Methods in org.apache.hadoop.security.token.delegation with parameters of type TextModifier and TypeMethodDescriptionvoidvoidAbstractDelegationTokenIdentifier.setRealUser(Text realUser) voidAbstractDelegationTokenIdentifier.setRenewer(Text renewer) Constructors in org.apache.hadoop.security.token.delegation with parameters of type TextModifierConstructorDescriptionAbstractDelegationTokenIdentifier(Text owner, Text renewer, Text realUser) -
Uses of Text in org.apache.hadoop.yarn.client
Methods in org.apache.hadoop.yarn.client that return TextModifier and TypeMethodDescriptionstatic TextClientRMProxy.getAMRMTokenService(Configuration conf) static TextClientRMProxy.getRMDelegationTokenService(Configuration conf) Get the token service name to be used for RMDelegationToken.static TextClientRMProxy.getTokenService(Configuration conf, String address, String defaultAddr, int defaultPort) -
Uses of Text in org.apache.hadoop.yarn.client.api
Methods in org.apache.hadoop.yarn.client.api with parameters of type TextModifier and TypeMethodDescriptionabstract TokenYarnClient.getRMDelegationToken(Text renewer) Get a delegation token so as to be able to talk to YARN using those tokens. -
Uses of Text in org.apache.hadoop.yarn.security
Fields in org.apache.hadoop.yarn.security declared as TextModifier and TypeFieldDescriptionstatic final TextContainerTokenIdentifier.KINDstatic final TextNMTokenIdentifier.KINDstatic final TextAMRMTokenIdentifier.KIND_NAMEMethods in org.apache.hadoop.yarn.security that return TextModifier and TypeMethodDescriptionAMRMTokenIdentifier.getKind()ContainerTokenIdentifier.getKind()NMTokenIdentifier.getKind()Methods in org.apache.hadoop.yarn.security with parameters of type TextModifier and TypeMethodDescriptionAMRMTokenSelector.selectToken(Text service, Collection<Token<? extends TokenIdentifier>> tokens) ContainerTokenSelector.selectToken(Text service, Collection<Token<? extends TokenIdentifier>> tokens) -
Uses of Text in org.apache.hadoop.yarn.security.client
Fields in org.apache.hadoop.yarn.security.client declared as TextModifier and TypeFieldDescriptionstatic final TextClientToAMTokenIdentifier.KIND_NAMEstatic final TextRMDelegationTokenIdentifier.KIND_NAMEstatic final TextTimelineDelegationTokenIdentifier.KIND_NAMEMethods in org.apache.hadoop.yarn.security.client that return TextModifier and TypeMethodDescriptionClientToAMTokenIdentifier.getKind()RMDelegationTokenIdentifier.getKind()TimelineDelegationTokenIdentifier.getKind()Methods in org.apache.hadoop.yarn.security.client with parameters of type TextModifier and TypeMethodDescriptionRMDelegationTokenSelector.selectToken(Text service, Collection<Token<? extends TokenIdentifier>> tokens) TimelineDelegationTokenSelector.selectToken(Text service, Collection<Token<? extends TokenIdentifier>> tokens) Constructors in org.apache.hadoop.yarn.security.client with parameters of type TextModifierConstructorDescriptionRMDelegationTokenIdentifier(Text owner, Text renewer, Text realUser) Create a new delegation token identifierTimelineDelegationTokenIdentifier(Text owner, Text renewer, Text realUser) Create a new timeline delegation token identifier -
Uses of Text in org.apache.hadoop.yarn.util
Methods in org.apache.hadoop.yarn.util with parameters of type TextModifier and TypeMethodDescriptionstatic <T extends TokenIdentifier>
Token<T>ConverterUtils.convertFromYarn(Token protoToken, Text service) Convert a protobuf token into a rpc token and set its service. -
Uses of Text in org.apache.hadoop.yarn.util.timeline
Methods in org.apache.hadoop.yarn.util.timeline that return TextModifier and TypeMethodDescriptionstatic TextTimelineUtils.buildTimelineTokenService(Configuration conf)