Package org.apache.solr.gcs
Class GCSConfigParser.GCSConfig
- java.lang.Object
-
- org.apache.solr.gcs.GCSConfigParser.GCSConfig
-
- Enclosing class:
- GCSConfigParser
public static class GCSConfigParser.GCSConfig extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBucketName()
String
getCredentialPath()
int
getReadBufferSize()
com.google.cloud.storage.StorageOptions.Builder
getStorageOptionsBuilder()
int
getWriteBufferSize()
-
-
-
Method Detail
-
getStorageOptionsBuilder
public com.google.cloud.storage.StorageOptions.Builder getStorageOptionsBuilder()
-
getBucketName
public String getBucketName()
-
getCredentialPath
public String getCredentialPath()
-
getWriteBufferSize
public int getWriteBufferSize()
-
getReadBufferSize
public int getReadBufferSize()
-
-