public interface PersistRepository
extends org.apache.shardingsphere.spi.typed.TypedSPI
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
PATH_SEPARATOR
Path separator.
|
String get(String key)
Maybe use cache if existed.
key - key of dataList<String> getChildrenKeys(String key)
key - key of datavoid persist(String key, String value)
key - key of datavalue - value of datavoid delete(String key)
key - key of datavoid close()
Copyright © 2021 The Apache Software Foundation. All rights reserved.