aboutsummaryrefslogtreecommitdiff
path: root/other/java/client/src
AgeCommit message (Expand)AuthorFilesLines
2021-05-21minorChris Lu1-1/+1
2021-05-21Java Client: throw exception when assign failsChris Lu1-0/+6
2021-05-21Java client: fix passing replication valueChris Lu1-1/+1
2021-05-07handle "/" in existJérôme Barotin2-1/+11
2021-05-07Add exists() to java clientJérôme Barotin2-1/+12
2021-05-06java: filer client add modified time to touch() functionChris Lu1-16/+24
2021-05-06make SeaweedInputStream throw FileNotFoundExceptionJérôme Barotin1-0/+5
2021-03-29Java client: ByteBuffer.clear supports higher JDK versionsChris Lu1-1/+2
2021-03-22Java client: support windowsChris Lu1-5/+5
2021-02-24Java client: ByteBuffer.clear supports higher JDK versionsChris Lu1-1/+2
2021-02-21use basic file object to parse pathChris Lu1-17/+16
2021-02-09Merge branch 'master' into support_ssd_volumeChris Lu7-52/+623
2021-02-08refactoring: only expose FilerClient classChris Lu6-66/+59
2021-02-05Java: fix filerProxy modeChris Lu3-22/+22
2021-02-05Java: 1.5.8 additional fixesChris Lu1-1/+1
2021-02-04java: add configurable volume access modeChris Lu4-9/+51
2021-02-04java: resolve parent directory if started with seaweedfs://Chris Lu1-0/+5
2021-02-04Java: SeaweedOutputStream refactoringChris Lu1-43/+18
2021-02-04Java: SeaweedOutputStream add replication optionChris Lu1-0/+5
2021-02-04Java: supportFlush set to trueChris Lu1-1/+1
2021-02-04Java: add SeaweedOutputStream exampleChris Lu2-5/+61
2021-02-04Java: add SeaweedInputStream exampleChris Lu1-0/+15
2021-01-30refactoring SeaweedInputStreamChris Lu1-0/+192
2021-01-30refactoring SeaweedOutputStreamChris Lu1-0/+288
2020-12-13allocate volume by disk typeChris Lu1-3/+3
2020-12-13rename from volumeType to diskTypeChris Lu1-6/+1
2020-12-13adding volume typeChris Lu1-3/+3
2020-12-02Hadoop: switch to ByteBufferChris Lu1-9/+11
2020-11-30filer: cache small file to filer storeChris Lu1-0/+1
2020-11-17fs.configure: configurable volume growthChris Lu1-0/+1
2020-11-16filer confi: support hierachical configurationChris Lu1-2/+3
2020-11-15volume id cache: reduce cache timeChris Lu1-1/+1
2020-11-15protect against edge cases when locations expiresChris Lu1-4/+10
2020-11-15refactoringChris Lu1-0/+1
2020-11-13add example of watch filesChris Lu1-3/+12
2020-11-12add volume id cacheChris Lu3-7/+49
2020-11-12adjust filer confChris Lu1-5/+14
2020-11-11prepare for path based configurationChris Lu1-0/+8
2020-10-25renamingChris Lu2-5/+5
2020-10-25HCFS: 1.5.2Chris Lu2-8/+11
2020-10-20filer: support default rackChris Lu1-0/+1
2020-10-15s3: avoid duplicated bucketChris Lu1-0/+13
2020-10-11Hadoop: printout the entry creation error messageChris Lu1-2/+8
2020-10-11fix loggingChris Lu1-1/+1
2020-10-10adjust throwing exceptionChris Lu1-1/+2
2020-10-10adjust loggingChris Lu1-2/+2
2020-10-10adjust throwing exceptionChris Lu1-3/+3
2020-10-10Hadoop: fix reading file tailChris Lu1-8/+14
2020-10-10Hadoop: add exponential back off for failed readsChris Lu1-3/+30
2020-09-24switch hardlink id from int64 to bytesChris Lu1-1/+1