@return the latest snapshot of the schema used by this core instance. @see #setLatestSchema
()
| 339 | * @see #setLatestSchema |
| 340 | */ |
| 341 | public IndexSchema getLatestSchema() { |
| 342 | return schema; |
| 343 | } |
| 344 | |
| 345 | /** The core's instance directory (absolute). */ |
| 346 | public Path getInstancePath() { |
no outgoing calls