public interface MassIndexerWithTenant extends MassIndexer
MassIndexer
that can be assigned to a tenant in architectures with multi-tenancy.Modifier and Type | Method and Description |
---|---|
MassIndexerWithTenant |
tenantIdentifier(String tenantIdentifier)
Set the tenant that is associated to this
MassIndexer . |
batchSizeToLoadObjects, cacheMode, idFetchSize, limitIndexedObjectsTo, optimizeAfterPurge, optimizeOnFinish, progressMonitor, purgeAllOnStart, start, startAndWait, threadsForSubsequentFetching, threadsToLoadObjects, transactionTimeout, typesToIndexInParallel
MassIndexerWithTenant tenantIdentifier(String tenantIdentifier)
MassIndexer
.tenantIdentifier
- the identifier of the tenant associated this MassIndexer
Copyright © 2016 JBoss by Red Hat. All rights reserved.