public sealed class SparseIndexWriter<TKey> : TreeStream<TKey, SnapUInt32>
where TKey : new(), SnapTypeBase<TKey>
Public NotInheritable Class SparseIndexWriter(Of TKey As {New, SnapTypeBase(Of TKey)})
Inherits TreeStream(Of TKey, SnapUInt32)generic<typename TKey>
where TKey : gcnew(), SnapTypeBase<TKey>
public ref class SparseIndexWriter sealed : public TreeStream<TKey, SnapUInt32^>| SparseIndexWriterTKey | Creates a new sparse index. |
| Count | Gets the number of nodes in the sparse index. |
| Eos |
Boolean indicating that the end of the stream has been read or class has been disposed.
(Inherited from TreeStreamTKey, TValue) |
| IsAlwaysSequential |
Gets a value indicating whether the data source is always sequential.
(Overrides TreeStreamTKey, TValueIsAlwaysSequential) |
| NeverContainsDuplicates |
Gets a value indicating whether the data source never contains duplicate elements.
(Overrides TreeStreamTKey, TValueNeverContainsDuplicates) |
| Add | Adds the following node pointer to the sparse index. |
| Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from TreeStreamTKey, TValue) |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| Read |
Advances the stream to the next value.
If before the beginning of the stream, advances to the first value
(Inherited from TreeStreamTKey, TValue) |
| ReadAsync |
Advances the stream to the next value.
If before the beginning of the stream, advances to the first value
(Inherited from TreeStreamTKey, TValue) |
| SwitchToReading | Switches the stream to reading mode. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |