Class ReplicationAPIBase
java.lang.Object
org.apache.solr.api.JerseyResource
org.apache.solr.handler.admin.api.ReplicationAPIBase
- Direct Known Subclasses:
CoreReplication
A common parent for "replication" (i.e. replication-level) APIs.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected classThis class is used to read and send files in the lucene indexprotected classprotected classThis is used to write files in the conf directory.protected class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Patternstatic final Stringstatic final Stringstatic final Stringstatic final intstatic final Stringprotected final SolrCoreprotected final SolrQueryRequestprotected final SolrQueryResponsestatic final Stringstatic final StringFields inherited from class org.apache.solr.api.JerseyResource
containerRequestContext -
Constructor Summary
ConstructorsConstructorDescriptionReplicationAPIBase(SolrCore solrCore, SolrQueryRequest solrQueryRequest, SolrQueryResponse solrQueryResponse) -
Method Summary
Modifier and TypeMethodDescriptionprotected ReplicationAPIBase.DirectoryFileStreamdoFetchFile(String filePath, String dirType, String offset, String len, boolean compression, boolean checksum, double maxWriteMBPerSec, Long gen) protected FileListResponsedoFetchFileList(long generation) protected IndexVersionResponseprotected FileListResponsegetFileList(long generation, ReplicationHandler replicationHandler) Methods inherited from class org.apache.solr.api.JerseyResource
ensureRequiredParameterProvided, ensureRequiredRequestBodyProvided, instantiateJerseyResponse, instantiateJerseyResponse
-
Field Details
-
CONF_FILE_SHORT
- See Also:
-
TLOG_FILE
- See Also:
-
FILE_STREAM
- See Also:
-
STATUS
- See Also:
-
PACKET_SZ
public static final int PACKET_SZ- See Also:
-
GENERATION
- See Also:
-
OFFSET
- See Also:
-
LEN
- See Also:
-
FILE
- See Also:
-
MAX_WRITE_PER_SECOND
- See Also:
-
CHECKSUM
- See Also:
-
COMPRESSION
- See Also:
-
POLL_INTERVAL
- See Also:
-
INTERVAL_ERR_MSG
- See Also:
-
INTERVAL_PATTERN
-
solrCore
-
solrQueryRequest
-
solrQueryResponse
-
-
Constructor Details
-
ReplicationAPIBase
public ReplicationAPIBase(SolrCore solrCore, SolrQueryRequest solrQueryRequest, SolrQueryResponse solrQueryResponse)
-
-
Method Details
-
doFetchIndexVersion
- Throws:
IOException
-
doFetchFileList
-
doFetchFile
-
getFileList
-