public class TestFileSystemStore extends FilesystemStoreImpl implements IDocumentStore
STORAGE_DIR
Constructor and Description |
---|
TestFileSystemStore() |
Modifier and Type | Method and Description |
---|---|
void |
delete(java.lang.String uid) |
boolean |
exists(java.lang.String uid) |
byte[] |
get(java.lang.String uid) |
int |
getPriority() |
void |
store(java.lang.String uid,
byte[] content) |
public void store(java.lang.String uid, byte[] content) throws ServerFault
store
in interface IDocumentStore
store
in class FilesystemStoreImpl
ServerFault
public byte[] get(java.lang.String uid) throws ServerFault
get
in interface IDocumentStore
get
in class FilesystemStoreImpl
ServerFault
public void delete(java.lang.String uid) throws ServerFault
delete
in interface IDocumentStore
delete
in class FilesystemStoreImpl
ServerFault
public boolean exists(java.lang.String uid) throws ServerFault
exists
in interface IDocumentStore
exists
in class FilesystemStoreImpl
ServerFault
public int getPriority()
getPriority
in interface IDocumentStore
getPriority
in class FilesystemStoreImpl
Copyright © 2023. All Rights Reserved.