Package | Description |
---|---|
org.apache.batchee.container.impl.controller.chunk | |
org.apache.batchee.container.services.persistence.jpa.domain |
Modifier and Type | Method and Description |
---|---|
CheckpointType |
CheckpointDataKey.getType() |
CheckpointType |
CheckpointData.getType() |
static CheckpointType |
CheckpointType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CheckpointType[] |
CheckpointType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CheckpointData.setType(CheckpointType ckType) |
Constructor and Description |
---|
CheckpointData(long jobInstanceId,
String stepname,
CheckpointType ckType) |
CheckpointDataKey(long jobId,
String stepName,
CheckpointType bdsName) |
Modifier and Type | Method and Description |
---|---|
CheckpointType |
CheckpointEntity.getType() |
Modifier and Type | Method and Description |
---|---|
void |
CheckpointEntity.setType(CheckpointType type) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.