public class HTTPRepositorySettings extends Object
HTTPRepository
.Modifier and Type | Field and Description |
---|---|
static RioSetting<Integer> |
MAX_STATEMENT_BUFFER_SIZE
Maximum size (in number of statements) allowed for statement buffers before they are forcibly flushed.
|
Constructor and Description |
---|
HTTPRepositorySettings() |
public static final RioSetting<Integer> MAX_STATEMENT_BUFFER_SIZE
By default inner buffers within HTTPRepositoryConnection
keep in memory
up to 200000 statement before they are flushed to the remote repository.
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.