| Modifier and Type | Method and 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) |
| Constructor and Description |
|---|
RetryHandler(Chunk chunk) |
SkipHandler(Chunk chunk) |
| Modifier and Type | Method and Description |
|---|---|
static Chunk |
CloneUtility.cloneChunk(Chunk chunk) |
| Modifier and Type | Method and Description |
|---|---|
static Chunk |
CloneUtility.cloneChunk(Chunk chunk) |
| Modifier and Type | Method and Description |
|---|---|
static PropertyResolver<Chunk> |
PropertyResolverFactory.createChunkPropertyResolver(boolean isPartitionedStep) |
| Modifier and Type | Method and Description |
|---|---|
Chunk |
ChunkPropertyResolver.substituteProperties(Chunk chunk,
Properties submittedProps,
Properties parentProps) |
| Modifier and Type | Method and Description |
|---|---|
Chunk |
ChunkPropertyResolver.substituteProperties(Chunk chunk,
Properties submittedProps,
Properties parentProps) |
| Modifier and Type | Field and Description |
|---|---|
protected Chunk |
Step.chunk |
| Modifier and Type | Method and Description |
|---|---|
Chunk |
ObjectFactory.createChunk()
Create an instance of
Chunk |
Chunk |
Step.getChunk()
Gets the value of the chunk property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Step.setChunk(Chunk value)
Sets the value of the chunk property.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.