@StableMinor(version="12.1", sinceVersion="8.1") public class BigDataRepositoryInitializedEvent extends AbstractPortalEvent
IBigDataRepository
instance has been initialized in the local JVM. A repository
is initialized so it can be accessed, but it may already have data from previous use in it.
Observers that listen to this event will receive the notification of this event and have the opportunity to use the
repository before the code requesting it using the IBigDataManager
API is able to access it.
Observers of this event must not use IBigDataManager
to access this repository as its access will be blocked
until this event resolves. Use getRepository()
instead.
BigDataRepositoryPreDestroyEvent
,
lumis.portal.event
Constructor and Description |
---|
BigDataRepositoryInitializedEvent(IBigDataRepository repository)
Creates a new event for
IBigDataRepository being initialized. |
Modifier and Type | Method and Description |
---|---|
IBigDataRepository |
getRepository()
Returns the repository that has been initialized.
|
getEventGroups, getOperationType, setEventGroups, setOperationType
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
toString
public BigDataRepositoryInitializedEvent(IBigDataRepository repository)
IBigDataRepository
being initialized.repository
- the repository.public IBigDataRepository getRepository()
LumisXP 12.1.0.191010 - Copyright © 2006–2019 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.