Uses of Class
org.apache.batchee.jaxb.Chunk
-
-
Uses of Chunk in org.apache.batchee.container.impl.controller.chunk
Methods in org.apache.batchee.container.impl.controller.chunk with parameters of type Chunk Modifier and Type Method Description static int
ChunkHelper. getItemCount(Chunk chunk)
static int
ChunkHelper. getRetryLimit(Chunk chunk)
static int
ChunkHelper. getSkipLimit(Chunk chunk)
static int
ChunkHelper. getTimeLimit(Chunk chunk)
static boolean
ChunkHelper. isCustomCheckpointPolicy(Chunk chunk)
Constructors in org.apache.batchee.container.impl.controller.chunk with parameters of type Chunk Constructor Description RetryHandler(Chunk chunk)
SkipHandler(Chunk chunk)
-
Uses of Chunk in org.apache.batchee.container.jsl
Methods in org.apache.batchee.container.jsl that return Chunk Modifier and Type Method Description static Chunk
CloneUtility. cloneChunk(Chunk chunk)
Methods in org.apache.batchee.container.jsl with parameters of type Chunk Modifier and Type Method Description static Chunk
CloneUtility. cloneChunk(Chunk chunk)
-
Uses of Chunk in org.apache.batchee.container.modelresolver
Methods in org.apache.batchee.container.modelresolver that return types with arguments of type Chunk Modifier and Type Method Description static PropertyResolver<Chunk>
PropertyResolverFactory. createChunkPropertyResolver(boolean isPartitionedStep)
-
Uses of Chunk in org.apache.batchee.container.modelresolver.impl
Methods in org.apache.batchee.container.modelresolver.impl that return Chunk Modifier and Type Method Description Chunk
ChunkPropertyResolver. substituteProperties(Chunk chunk, Properties submittedProps, Properties parentProps)
Methods in org.apache.batchee.container.modelresolver.impl with parameters of type Chunk Modifier and Type Method Description Chunk
ChunkPropertyResolver. substituteProperties(Chunk chunk, Properties submittedProps, Properties parentProps)
-
Uses of Chunk in org.apache.batchee.jaxb
Fields in org.apache.batchee.jaxb declared as Chunk Modifier and Type Field Description protected Chunk
Step. chunk
Methods in org.apache.batchee.jaxb that return Chunk Modifier and Type Method Description Chunk
ObjectFactory. createChunk()
Create an instance ofChunk
Chunk
Step. getChunk()
Gets the value of the chunk property.Methods in org.apache.batchee.jaxb with parameters of type Chunk Modifier and Type Method Description void
Step. setChunk(Chunk value)
Sets the value of the chunk property.
-