Property | Type | Description | |
---|---|---|---|
EarliestTime | long | ||
LatestTime | long |
Method | Description | |
---|---|---|
GetRequestLength ( string topic, string encoding = DefaultEncoding ) : int | ||
OffsetRequest ( ) : System |
Initializes a new instance of the OffsetRequest class.
|
|
OffsetRequest ( string topic, int partition, long time, int maxOffsets ) : System |
Initializes a new instance of the OffsetRequest class.
|
|
WriteTo ( |
Writes content into given writer
|
|
WriteTo ( System output ) : void |
Writes content into given stream
|
public static GetRequestLength ( string topic, string encoding = DefaultEncoding ) : int | ||
topic | string | |
encoding | string | |
return | int |
public OffsetRequest ( string topic, int partition, long time, int maxOffsets ) : System | ||
topic | string | The topic to publish to. |
partition | int | The partition to publish to. |
time | long | The time from which to request offsets. |
maxOffsets | int | The maximum amount of offsets to return. |
return | System |
public WriteTo ( |
||
writer | /// The writer. /// | |
return | void |
public WriteTo ( System output ) : void | ||
output | System | /// The output stream. /// |
return | void |