public class LocalFileContextBackend extends Object implements ContextBackend
AtomicFsBackend which extends this
class.| 构造器和说明 |
|---|
LocalFileContextBackend(ContextBackendConfig config) |
public LocalFileContextBackend(ContextBackendConfig config)
public boolean exists(String key)
ContextBackendexists 在接口中 ContextBackendpublic byte[] get(String key) throws Exception
ContextBackendget 在接口中 ContextBackendkey - keyExceptionpublic void put(String key, byte[] value) throws Exception
ContextBackendput 在接口中 ContextBackendkey - keyvalue - contentExceptionpublic void remove(String key)
ContextBackendremove 在接口中 ContextBackendkey - keyCopyright © 2022. All rights reserved.