public final class StreamState
extends java.lang.Enum
Title: Structured Data Objects: Batch Stream State
Description: Event types for batch stream processing.
Copyright: Copyright (c) 2010
Company: StreamScape Technologies
Modifier and Type | Field and Description |
---|---|
static StreamState |
ABORT |
static StreamState |
CLOSE |
static StreamState |
DATA |
static StreamState |
OPEN |
static StreamState |
REJECT |
static StreamState |
SKIP |
Modifier and Type | Method and Description |
---|---|
static StreamState |
valueOf(java.lang.String name) |
static StreamState[] |
values() |
public static final StreamState OPEN
public static final StreamState DATA
public static final StreamState SKIP
public static final StreamState REJECT
public static final StreamState CLOSE
public static final StreamState ABORT
public static StreamState[] values()
public static StreamState valueOf(java.lang.String name)
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.