Class CreateSnapshotRepositoryRequest
java.lang.Object
com.liferay.portal.search.engine.adapter.ccr.CrossClusterRequest
com.liferay.portal.search.engine.adapter.snapshot.CreateSnapshotRepositoryRequest
- All Implemented Interfaces:
SnapshotRequest<CreateSnapshotRepositoryResponse>
public class CreateSnapshotRepositoryRequest
extends CrossClusterRequest
implements SnapshotRequest<CreateSnapshotRepositoryResponse>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccept(SnapshotRequestExecutor snapshotRequestExecutor) getName()getType()booleanbooleanisVerify()voidsetCompress(boolean compress) voidvoidsetVerify(boolean verify) Methods inherited from class com.liferay.portal.search.engine.adapter.ccr.CrossClusterRequest
getConnectionId, isPreferLocalCluster, setConnectionId, setPreferLocalCluster
-
Constructor Details
-
CreateSnapshotRepositoryRequest
-
-
Method Details
-
accept
- Specified by:
acceptin interfaceSnapshotRequest<CreateSnapshotRepositoryResponse>
-
getLocation
-
getName
-
getType
-
isCompress
public boolean isCompress() -
isVerify
public boolean isVerify() -
setCompress
public void setCompress(boolean compress) -
setType
-
setVerify
public void setVerify(boolean verify)
-