Package | Description |
---|---|
com.oracle.bmc.streaming.model |
Modifier and Type | Method and Description |
---|---|
static CreateCursorDetails.Type |
CreateCursorDetails.Type.create(String key) |
CreateCursorDetails.Type |
CreateCursorDetails.getType()
The type of cursor, which determines the starting point from which the stream will be
consumed:
|
static CreateCursorDetails.Type |
CreateCursorDetails.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateCursorDetails.Type[] |
CreateCursorDetails.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CreateCursorDetails.Builder |
CreateCursorDetails.Builder.type(CreateCursorDetails.Type type)
The type of cursor, which determines the starting point from which the stream will be
consumed:
|
Constructor and Description |
---|
CreateCursorDetails(String partition,
CreateCursorDetails.Type type,
Long offset,
Date time)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.