|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Deprecated Methods | |
|---|---|
| org.tranche.hash.DiskBackedBigHashList.destroy()
Use close |
|
| org.tranche.util.IOUtil.getConfiguration(TrancheServer, X509Certificate, PrivateKey)
Use getConfiguration(TrancheServer) instead |
|
| org.tranche.flatfile.HashSpanFixingThread.getRequiredReplicationsToDelete()
This may be used by testing, but should not be used in production. Instead, set the appropriate value in the server's Configuration object. |
|
| org.tranche.meta.MetaData.isLimitedLife()
No longer support expiration timestamps. |
|
| org.tranche.configuration.Configuration.isReadOnly()
Use canRead() instead. |
|
| org.tranche.flatfile.FlatFileTrancheServer.isReadOnly()
There are different modes for server. Right now, there's none, read-only, write-only, and read/write. |
|
| org.tranche.configuration.Configuration.isWriteOnly()
Use canWrite() instead. |
|
| org.tranche.meta.MetaData.setIsLimitedLife(boolean)
No longer support expiration timestamps. |
|
| org.tranche.flatfile.HashSpanFixingThread.setRequiredReplicationsToDelete(int, X509Certificate, PrivateKey)
This may be used by testing, but should not be used in production. Instead, set the appropriate value in the server's Configuration object. |
|
| org.tranche.flatfile.HashSpanFixingThread.setTestingConcurrentReplication(boolean)
Doesn't do anything. Logic to handle data and meta data chunks removed in favor of cleaner logic |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||