Spring for Apache Hadoop

Serialized Form


Package org.springframework.data.hadoop

Class org.springframework.data.hadoop.HadoopException extends java.lang.RuntimeException implements Serializable

Class org.springframework.data.hadoop.HadoopSecurityException extends HadoopException implements Serializable


Package org.springframework.data.hadoop.config

Class org.springframework.data.hadoop.config.LinkedProperties extends org.springframework.beans.factory.support.ManagedProperties implements Serializable

Serialized Fields

keys

java.util.LinkedHashSet<E> keys

Package org.springframework.data.hadoop.hbase

Class org.springframework.data.hadoop.hbase.HbaseSystemException extends org.springframework.dao.UncategorizedDataAccessException implements Serializable


Package org.springframework.data.hadoop.store

Class org.springframework.data.hadoop.store.StoreException extends org.springframework.dao.NonTransientDataAccessException implements Serializable

serialVersionUID: 7066482966443178810L


Package org.springframework.data.hadoop.store.event

Class org.springframework.data.hadoop.store.event.AbstractStoreEvent extends org.springframework.context.ApplicationEvent implements Serializable

Class org.springframework.data.hadoop.store.event.FileWrittenEvent extends AbstractStoreEvent implements Serializable

serialVersionUID: -8713180466678506570L

Serialized Fields

path

org.apache.hadoop.fs.Path path

Package org.springframework.yarn

Class org.springframework.yarn.YarnSystemException extends org.springframework.dao.UncategorizedDataAccessException implements Serializable

serialVersionUID: -280113474245028099L


Package org.springframework.yarn.batch.event

Class org.springframework.yarn.batch.event.JobExecutionEvent extends AbstractYarnEvent implements Serializable

serialVersionUID: 8284506301229285556L

Serialized Fields

jobExecution

org.springframework.batch.core.JobExecution jobExecution

Class org.springframework.yarn.batch.event.PartitionedStepExecutionEvent extends AbstractYarnEvent implements Serializable

Serialized Fields

stepExecution

org.springframework.batch.core.StepExecution stepExecution

Package org.springframework.yarn.boot

Class org.springframework.yarn.boot.SpringApplicationException extends org.springframework.dao.UncategorizedDataAccessException implements Serializable

serialVersionUID: 6791172815454960337L


Package org.springframework.yarn.event

Class org.springframework.yarn.event.AbstractYarnEvent extends org.springframework.context.ApplicationEvent implements Serializable

Class org.springframework.yarn.event.ContainerAllocationEvent extends AbstractYarnEvent implements Serializable

Serialized Fields

container

org.apache.hadoop.yarn.api.records.Container container
The container on which the Event initially occurred.

Class org.springframework.yarn.event.ContainerCompletedEvent extends AbstractYarnEvent implements Serializable

Serialized Fields

containerStatus

org.apache.hadoop.yarn.api.records.ContainerStatus containerStatus
The container on which the Event initially occurred.

Class org.springframework.yarn.event.ContainerLaunchedEvent extends AbstractYarnEvent implements Serializable

Serialized Fields

container

org.apache.hadoop.yarn.api.records.Container container
The container on which the Event initially occurred.

Class org.springframework.yarn.event.ContainerLaunchRequestFailedEvent extends AbstractYarnEvent implements Serializable

Serialized Fields

container

org.apache.hadoop.yarn.api.records.Container container
The container on which the Event initially occurred.


Package org.springframework.yarn.integration.convert

Class org.springframework.yarn.integration.convert.MindDataConversionException extends org.springframework.core.convert.ConversionException implements Serializable


Package org.springframework.yarn.launch

Class org.springframework.yarn.launch.ExitStatus extends java.lang.Object implements Serializable

Serialized Fields

exitCode

java.lang.String exitCode

exitDescription

java.lang.String exitDescription


Spring for Apache Hadoop