| Package | Description |
|---|---|
| org.gradle.cache.internal.btree |
| Modifier and Type | Method and Description |
|---|---|
void |
StateCheckBlockStore.open(Runnable initAction,
BlockStore.Factory factory) |
void |
LockingBlockStore.open(Runnable initAction,
BlockStore.Factory factory) |
void |
FreeListBlockStore.open(Runnable initAction,
BlockStore.Factory factory) |
void |
FileBackedBlockStore.open(Runnable runnable,
BlockStore.Factory factory) |
void |
CachingBlockStore.open(Runnable initAction,
BlockStore.Factory factory) |
void |
BlockStore.open(Runnable initAction,
BlockStore.Factory factory)
Opens this store, calling the given action if the store is empty.
|
Copyright © 2013. All rights reserved