public class TestFileSystemStore extends FilesystemStore 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 FilesystemStore
ServerFault
public byte[] get(java.lang.String uid) throws ServerFault
get
in interface IDocumentStore
get
in class FilesystemStore
ServerFault
public void delete(java.lang.String uid) throws ServerFault
delete
in interface IDocumentStore
delete
in class FilesystemStore
ServerFault
public boolean exists(java.lang.String uid) throws ServerFault
exists
in interface IDocumentStore
exists
in class FilesystemStore
ServerFault
public int getPriority()
getPriority
in interface IDocumentStore
getPriority
in class FilesystemStore
Copyright © 2021. All Rights Reserved.