Method | Description | |
---|---|---|
FetchRequest ( ) : System |
Initializes a new instance of the FetchRequest class.
|
|
FetchRequest ( string topic, int partition, long offset ) : System |
Initializes a new instance of the FetchRequest class.
|
|
FetchRequest ( string topic, int partition, long offset, int maxSize ) : System |
Initializes a new instance of the FetchRequest class.
|
|
GetRequestAsPartOfMultirequestLength ( string topic, string encoding = DefaultEncoding ) : int | ||
GetRequestLength ( string topic, string encoding = DefaultEncoding ) : int | ||
ToString ( ) : string | ||
WriteTo ( KafkaBinaryWriter writer ) : void |
Writes content into given writer
|
|
WriteTo ( |
Writes content into given stream
|
public FetchRequest ( string topic, int partition, long offset ) : System | ||
topic | string | The topic to publish to. |
partition | int | The partition to publish to. |
offset | long | The offset in the topic/partition to retrieve from. |
return | System |
public FetchRequest ( string topic, int partition, long offset, int maxSize ) : System | ||
topic | string | The topic to publish to. |
partition | int | The partition to publish to. |
offset | long | The offset in the topic/partition to retrieve from. |
maxSize | int | The maximum size. |
return | System |
public static GetRequestAsPartOfMultirequestLength ( string topic, string encoding = DefaultEncoding ) : int | ||
topic | string | |
encoding | string | |
return | int |
public static GetRequestLength ( string topic, string encoding = DefaultEncoding ) : int | ||
topic | string | |
encoding | string | |
return | int |
public WriteTo ( KafkaBinaryWriter writer ) : void | ||
writer | KafkaBinaryWriter | /// The writer. /// |
return | void |
public WriteTo ( |
||
output | /// The output stream. /// | |
return | void |