Package | Description |
---|---|
com.oracle.bmc.streaming.model |
Modifier and Type | Method and Description |
---|---|
PartitionReservation |
PartitionReservation.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<PartitionReservation> |
Group.getReservations()
An array of the partition reservations of a group.
|
Modifier and Type | Method and Description |
---|---|
PartitionReservation.Builder |
PartitionReservation.Builder.copy(PartitionReservation model) |
Modifier and Type | Method and Description |
---|---|
Group.Builder |
Group.Builder.reservations(List<PartitionReservation> reservations)
An array of the partition reservations of a group.
|
Constructor and Description |
---|
Group(String streamId,
String groupName,
List<PartitionReservation> reservations)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.