-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(transport): add method to set queue size
- Loading branch information
Showing
8 changed files
with
588 additions
and
359 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
46 changes: 46 additions & 0 deletions
46
docs/api/pinot-noir.ipinotbrokertransport.setmaxqueuesize.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [pinot-noir](./pinot-noir.md) > [IPinotBrokerTransport](./pinot-noir.ipinotbrokertransport.md) > [setMaxQueueSize](./pinot-noir.ipinotbrokertransport.setmaxqueuesize.md) | ||
|
||
## IPinotBrokerTransport.setMaxQueueSize() method | ||
|
||
Set maximum query queue size. | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
setMaxQueueSize(size: number): void; | ||
``` | ||
|
||
## Parameters | ||
|
||
<table><thead><tr><th> | ||
|
||
Parameter | ||
|
||
</th><th> | ||
|
||
Type | ||
|
||
</th><th> | ||
|
||
Description | ||
|
||
</th></tr></thead> | ||
<tbody><tr><td> | ||
|
||
size | ||
|
||
</td><td> | ||
|
||
number | ||
|
||
</td><td> | ||
|
||
new queue size | ||
|
||
</td></tr> | ||
</tbody></table> | ||
**Returns:** | ||
|
||
void |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
46 changes: 46 additions & 0 deletions
46
docs/api/pinot-noir.pinotbrokerjsontransport.setmaxqueuesize.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [pinot-noir](./pinot-noir.md) > [PinotBrokerJSONTransport](./pinot-noir.pinotbrokerjsontransport.md) > [setMaxQueueSize](./pinot-noir.pinotbrokerjsontransport.setmaxqueuesize.md) | ||
|
||
## PinotBrokerJSONTransport.setMaxQueueSize() method | ||
|
||
Set maximum query queue size. | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
setMaxQueueSize(size: number): void; | ||
``` | ||
|
||
## Parameters | ||
|
||
<table><thead><tr><th> | ||
|
||
Parameter | ||
|
||
</th><th> | ||
|
||
Type | ||
|
||
</th><th> | ||
|
||
Description | ||
|
||
</th></tr></thead> | ||
<tbody><tr><td> | ||
|
||
size | ||
|
||
</td><td> | ||
|
||
number | ||
|
||
</td><td> | ||
|
||
new queue size | ||
|
||
</td></tr> | ||
</tbody></table> | ||
**Returns:** | ||
|
||
void |
Oops, something went wrong.