Interface | Description |
---|---|
ResourceStore |
A Store is where the compilers are storing the results
|
Transactional |
Receive start/stop events
|
Class | Description |
---|---|
FileResourceStore |
Stores the results on disk
|
MemoryResourceStore |
Store just in memory
|
ResourceStoreClassLoader |
A ClassLoader backed by an array of ResourceStores
|
TransactionalResourceStore |
A TransactionalResourceStore get signals of the compilation process as a whole.
|
Copyright © 2004–2020 The Apache Software Foundation. All rights reserved.