Class ObjectStoreClientConfigurationProperties
java.lang.Object
co.yellowdog.platform.clients.objectstore.ObjectStoreClientConfigurationProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
int
int
int
hashCode()
void
setDownloadThreads
(int downloadThreads) void
setEventThreads
(int eventThreads) void
setUploadThreads
(int uploadThreads) toString()
-
Constructor Details
-
ObjectStoreClientConfigurationProperties
public ObjectStoreClientConfigurationProperties()
-
-
Method Details
-
getUpload
-
getDownload
-
getUploadThreads
public int getUploadThreads() -
getDownloadThreads
public int getDownloadThreads() -
getEventThreads
public int getEventThreads() -
setUploadThreads
public void setUploadThreads(int uploadThreads) -
setDownloadThreads
public void setDownloadThreads(int downloadThreads) -
setEventThreads
public void setEventThreads(int eventThreads) -
equals
-
canEqual
-
hashCode
-
toString
-