Topic.UpdateStages.WithSize Interface

public static interface Topic.UpdateStages.WithSize

The stage of the topic definition allowing to specify size.

Method Summary

Modifier and Type Method and Description
abstract Update withSizeInMB(long sizeInMB)

Specifies the maximum size of memory allocated for the topic.

Method Details

withSizeInMB

public abstract Topic.Update withSizeInMB(long sizeInMB)

Specifies the maximum size of memory allocated for the topic.

Parameters:

sizeInMB - size in MB

Returns:

the next stage of topic update

Applies to