Home
last modified time | relevance | path

Searched refs:NotSupported (Results 1 – 25 of 78) sorted by relevance

1234

/rocksdb-6.9/db/db_impl/
Ddb_impl_readonly.h46 return Status::NotSupported("Not supported operation in read only mode."); in Put()
52 return Status::NotSupported("Not supported operation in read only mode."); in Merge()
58 return Status::NotSupported("Not supported operation in read only mode."); in Delete()
64 return Status::NotSupported("Not supported operation in read only mode."); in SingleDelete()
68 return Status::NotSupported("Not supported operation in read only mode."); in Write()
75 return Status::NotSupported("Not supported operation in read only mode."); in CompactRange()
86 return Status::NotSupported("Not supported operation in read only mode.");
90 return Status::NotSupported("Not supported operation in read only mode."); in DisableFileDeletions()
94 return Status::NotSupported("Not supported operation in read only mode."); in EnableFileDeletions()
106 return Status::NotSupported("Not supported operation in read only mode."); in Flush()
[all …]
Ddb_impl_secondary.h109 return Status::NotSupported("Not supported operation in secondary mode."); in Put()
116 return Status::NotSupported("Not supported operation in secondary mode."); in Merge()
123 return Status::NotSupported("Not supported operation in secondary mode."); in Delete()
130 return Status::NotSupported("Not supported operation in secondary mode."); in SingleDelete()
135 return Status::NotSupported("Not supported operation in secondary mode."); in Write()
142 return Status::NotSupported("Not supported operation in secondary mode."); in CompactRange()
153 return Status::NotSupported("Not supported operation in secondary mode.");
157 return Status::NotSupported("Not supported operation in secondary mode."); in DisableFileDeletions()
161 return Status::NotSupported("Not supported operation in secondary mode."); in EnableFileDeletions()
167 return Status::NotSupported("Not supported operation in secondary mode.");
[all …]
Ddb_impl_secondary.cc384 Status::NotSupported("Managed iterator is not supported anymore.")); in NewIterator()
387 return NewErrorIterator(Status::NotSupported( in NewIterator()
395 return NewErrorIterator(Status::NotSupported( in NewIterator()
400 Status::NotSupported("snapshot not supported in secondary mode")); in NewIterator()
430 return Status::NotSupported("Managed iterator is not supported anymore."); in NewIterators()
433 return Status::NotSupported( in NewIterators()
443 return Status::NotSupported( in NewIterators()
447 return Status::NotSupported("snapshot not supported in secondary mode"); in NewIterators()
661 return Status::NotSupported("Not supported in ROCKSDB_LITE.");
669 return Status::NotSupported("Not supported in ROCKSDB_LITE.");
Ddb_impl_readonly.cc211 return Status::NotSupported("Not supported in ROCKSDB_LITE.");
219 return Status::NotSupported("Not supported in ROCKSDB_LITE.");
/rocksdb-6.9/db/
Dcompacted_db_impl.h42 return Status::NotSupported("Not supported in compacted db mode."); in Put()
48 return Status::NotSupported("Not supported in compacted db mode."); in Merge()
54 return Status::NotSupported("Not supported in compacted db mode."); in Delete()
58 return Status::NotSupported("Not supported in compacted db mode."); in Write()
65 return Status::NotSupported("Not supported in compacted db mode."); in CompactRange()
69 return Status::NotSupported("Not supported in compacted db mode."); in DisableFileDeletions()
72 return Status::NotSupported("Not supported in compacted db mode."); in EnableFileDeletions()
83 return Status::NotSupported("Not supported in compacted db mode."); in Flush()
90 return Status::NotSupported("Not supported in compacted db mode."); in IngestExternalFile()
99 return Status::NotSupported("Not supported in compacted db mode."); in CreateColumnFamilyWithImport()
Dcompacted_db_impl.cc107 return Status::NotSupported("no file exists"); in Init()
112 return Status::NotSupported("L0 contain more than 1 file"); in Init()
116 return Status::NotSupported("Both L0 and other level contain files"); in Init()
124 return Status::NotSupported("Other levels also contain files"); in Init()
133 return Status::NotSupported("no file exists"); in Init()
Ddb_iter.cc324 status_ = Status::NotSupported( in FindNextUserEntryInternal()
513 status_ = Status::NotSupported( in MergeValuesNewToOld()
518 Status::NotSupported("Blob DB does not support merge operator."); in MergeValuesNewToOld()
553 status_ = Status::NotSupported( in Prev()
827 status_ = Status::NotSupported( in FindValueForCurrentKey()
850 status_ = Status::NotSupported( in FindValueForCurrentKey()
928 status_ = Status::NotSupported( in FindValueForCurrentKeyUsingSeek()
990 status_ = Status::NotSupported( in FindValueForCurrentKeyUsingSeek()
995 Status::NotSupported("Blob DB does not support merge operator."); in FindValueForCurrentKeyUsingSeek()
1225 status_ = Status::NotSupported( in SeekForPrev()
[all …]
Dforward_iterator.h59 status_ = Status::NotSupported("ForwardIterator::SeekForPrev()"); in SeekForPrev()
63 status_ = Status::NotSupported("ForwardIterator::SeekToLast()"); in SeekToLast()
67 status_ = Status::NotSupported("ForwardIterator::Prev"); in Prev()
Dexperimental.cc35 return Status::NotSupported("Not supported in RocksDB LITE");
40 return Status::NotSupported("Not supported in RocksDB LITE");
Dforward_iterator.cc90 status_ = Status::NotSupported( in Reset()
95 status_ = Status::NotSupported("ForwardLevelIterator::SeekToLast()"); in SeekToLast()
99 status_ = Status::NotSupported("ForwardLevelIterator::Prev()"); in Prev()
131 status_ = Status::NotSupported("ForwardLevelIterator::SeekForPrev()"); in SeekForPrev()
666 status_ = Status::NotSupported( in RebuildIterators()
756 status_ = Status::NotSupported( in RenewIterators()
/rocksdb-6.9/utilities/blob_db/
Dblob_db.h93 return Status::NotSupported( in Put()
104 return Status::NotSupported( in Delete()
117 return Status::NotSupported( in PutWithTTL()
131 return Status::NotSupported( in PutUntil()
165 Status::NotSupported( in MultiGet()
177 statuses[i] = Status::NotSupported(
186 return Status::NotSupported("Not supported operation in blob db."); in SingleDelete()
193 return Status::NotSupported("Not supported operation in blob db."); in Merge()
223 return Status::NotSupported(
/rocksdb-6.9/include/rocksdb/
Ddb.h234 virtual Status Resume() { return Status::NotSupported(); } in Resume()
248 virtual Status Close() { return Status::NotSupported(); } in Close()
436 return Status::NotSupported( in Get()
489 keys.size(), Status::NotSupported( in MultiGet()
979 return Status::NotSupported("Not implemented"); in ResetStats()
1104 return Status::NotSupported("Not implemented"); in SetOptions()
1221 return Status::NotSupported("FlushWAL not implemented"); in FlushWAL()
1231 return Status::NotSupported("LockWAL not implemented"); in LockWAL()
1236 return Status::NotSupported("UnlockWAL not implemented"); in UnlockWAL()
1549 return Status::NotSupported("PromoteL0() is not implemented."); in PromoteL0()
[all …]
Denv.h230 return Status::NotSupported(); in ReopenWritableFile()
256 return Status::NotSupported( in NewMemoryMappedFileBuffer()
336 return Status::NotSupported( in NumFileLinks()
464 return Status::NotSupported("Not supported."); in SetAllowNonOwnerAccess()
521 return Status::NotSupported("Not supported."); in GetThreadList()
540 return Status::NotSupported(); in GetFreeSpace()
602 return Status::NotSupported("InvalidateCache not supported."); in InvalidateCache()
609 return Status::NotSupported(); in PositionedRead()
712 return Status::NotSupported("InvalidateCache not supported."); in InvalidateCache()
770 return Status::NotSupported(); in PositionedAppend()
[all …]
Dfile_system.h261 return IOStatus::NotSupported(); in ReopenWritableFile()
280 return IOStatus::NotSupported( in NewRandomRWFile()
290 return IOStatus::NotSupported( in NewMemoryMappedFileBuffer()
374 return IOStatus::NotSupported("Truncate is not supported for this FileSystem"); in Truncate()
417 return IOStatus::NotSupported( in NumFileLinks()
522 return IOStatus::NotSupported(); in GetFreeSpace()
570 return IOStatus::NotSupported("InvalidateCache not supported."); in InvalidateCache()
579 return IOStatus::NotSupported(); in PositionedRead()
688 return IOStatus::NotSupported("InvalidateCache not supported."); in InvalidateCache()
746 return IOStatus::NotSupported(); in PositionedAppend()
[all …]
Dio_status.h69 static IOStatus NotSupported(const Slice& msg, const Slice& msg2 = Slice()) {
72 static IOStatus NotSupported(SubCode msg = kNone) {
/rocksdb-6.9/java/src/test/java/org/rocksdb/
DRocksDBExceptionTest.java35 assertThat(e.getStatus().getCode()).isEqualTo(Code.NotSupported); in exceptionWithStatusCode()
50 assertThat(e.getStatus().getCode()).isEqualTo(Code.NotSupported); in exceptionNoMsgWithStatusCode()
53 assertThat(e.getMessage()).isEqualTo(Code.NotSupported.name()); in exceptionNoMsgWithStatusCode()
97 assertThat(e.getStatus().getCode()).isEqualTo(Code.NotSupported); in exceptionWithStatusCodeState()
/rocksdb-6.9/java/rocksjni/
Drocksdb_exception_test.cc33 env, "test message", ROCKSDB_NAMESPACE::Status::NotSupported()); in Java_org_rocksdb_RocksDBExceptionTest_raiseExceptionWithStatusCode()
44 env, ROCKSDB_NAMESPACE::Status::NotSupported()); in Java_org_rocksdb_RocksDBExceptionTest_raiseExceptionNoMsgWithStatusCode()
81 env, "test message", ROCKSDB_NAMESPACE::Status::NotSupported(state)); in Java_org_rocksdb_RocksDBExceptionTest_raiseExceptionWithStatusCodeState()
/rocksdb-6.9/test_util/
Dtestutil.h621 return Status::NotSupported(); in NewRandomAccessFile()
636 return Status::NotSupported(); in NewDirectory()
646 return Status::NotSupported(); in GetChildren()
653 return Status::NotSupported(); in CreateDir()
656 return Status::NotSupported(); in CreateDirIfMissing()
659 return Status::NotSupported(); in DeleteDir()
672 return Status::NotSupported(); in GetFileModificationTime()
677 return Status::NotSupported(); in RenameFile()
682 return Status::NotSupported(); in LinkFile()
686 return Status::NotSupported(); in LockFile()
[all …]
/rocksdb-6.9/table/cuckoo/
Dcuckoo_table_builder.cc86 status_ = Status::NotSupported("Number of keys in a file must be < 2^32-1"); in Add()
95 status_ = Status::NotSupported("Unsupported key type " + in Add()
112 status_ = Status::NotSupported("all keys have to be the same size"); in Add()
122 status_ = Status::NotSupported("all values have to be the same size"); in Add()
210 return Status::NotSupported("Same key is being inserted again."); in MakeHashTable()
220 return Status::NotSupported("Too many collisions. Unable to hash."); in MakeHashTable()
/rocksdb-6.9/table/
Dtable_reader.h127 return Status::NotSupported("DumpTable() not supported"); in DumpTable()
133 return Status::NotSupported("VerifyChecksum() not supported"); in VerifyChecksum()
/rocksdb-6.9/table/plain/
Dplain_table_reader.cc127 return Status::NotSupported("File is too large for PlainTableReader!"); in Open()
349 return Status::NotSupported( in PopulateIndex()
663 status_ = Status::NotSupported("SeekToLast() is not supported in PlainTable"); in SeekToLast()
691 status_ = Status::NotSupported( in Seek()
740 Status::NotSupported("SeekForPrev() is not supported in PlainTable"); in SeekForPrev()
/rocksdb-6.9/utilities/option_change_migration/
Doption_change_migration.cc155 return Status::NotSupported( in OptionChangeMigration()
165 return Status::NotSupported(); in OptionChangeMigration()
/rocksdb-6.9/include/rocksdb/utilities/
Dwrite_batch_with_index.h131 return Status::NotSupported( in DeleteRange()
136 return Status::NotSupported( in DeleteRange()
/rocksdb-6.9/env/
Denv.cc47 s = Status::NotSupported("Cannot load environment in LITE mode: ", value); in LoadEnv()
80 s = Status::NotSupported("Cannot load environment in LITE mode: ", value); in LoadEnv()
165 Status Logger::CloseImpl() { return Status::NotSupported(); } in CloseImpl()
/rocksdb-6.9/utilities/transactions/
Dpessimistic_transaction_db.cc222 return Status::NotSupported( in Open()
228 return Status::NotSupported( in Open()
233 return Status::NotSupported( in Open()

1234