org
.
scalajs
.
nodejs
.
mongodb
.
gridfs
GridStore
Related Docs:
object GridStore
|
package gridfs
trait
GridStore
extends
Object
with
EventEmitter
Annotations
@RawJSType
()
@native
()
Linear Supertypes
EventEmitter
,
Object
,
Any
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
GridStore
EventEmitter
Object
Any
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
EventEmitter
:
Function0
[
EventEmitter
]
Definition Classes
EventEmitter
def
addListener
(
eventName:
String
,
listener:
Function
)
:
GridStore
.this.type
Definition Classes
EventEmitter
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
chunkCollection
(
callback:
Function
)
:
Unit
var
chunkSize
:
Integer
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
close
(
callback:
Function
)
:
Unit
def
collection
(
callback:
Function
)
:
Unit
var
db
:
UndefOr
[
MongoDB
]
var
defaultMaxListeners
:
Int
Definition Classes
EventEmitter
var
domain
:
String
Definition Classes
EventEmitter
def
emit
(
eventName:
String
,
arg:
Any
*
)
:
Boolean
Definition Classes
EventEmitter
def
eof
()
:
Boolean
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
var
filename
:
UndefOr
[
String
]
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
getMaxListeners
()
:
Int
Definition Classes
EventEmitter
def
getc
(
callback:
Function
)
:
Unit
def
hasOwnProperty
(
v:
String
)
:
Boolean
Definition Classes
Object
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
var
id
:
UndefOr
[
Any
]
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
isPrototypeOf
(
v:
Object
)
:
Boolean
Definition Classes
Object
def
listenerCount
(
eventName:
String
)
:
Int
Definition Classes
EventEmitter
def
listeners
(
eventName:
String
)
:
Array
[
Function
]
Definition Classes
EventEmitter
var
md5
:
Integer
var
mode
:
UndefOr
[
String
]
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
on
(
eventName:
String
,
listener:
Function
)
:
GridStore
.this.type
Definition Classes
EventEmitter
def
once
(
eventName:
String
,
listener:
Function
)
:
GridStore
.this.type
Definition Classes
EventEmitter
def
open
(
callback:
Function
)
:
Unit
var
options
:
UndefOr
[
GridStoreOptions
]
def
propertyIsEnumerable
(
v:
String
)
:
Boolean
Definition Classes
Object
def
puts
(
string:
String
,
callback:
Function
)
:
Unit
def
read
(
callback:
Function
)
:
Unit
def
read
(
buffer:
Buffer
,
callback:
Function
)
:
Unit
def
read
(
length:
Int
,
buffer:
Buffer
,
callback:
Function
)
:
Unit
def
readlines
(
callback:
Function
)
:
Unit
def
readlines
(
separator:
String
,
callback:
Function
)
:
Unit
def
removeAllListeners
()
:
GridStore
.this.type
Definition Classes
EventEmitter
def
removeAllListeners
(
eventName:
String
)
:
GridStore
.this.type
Definition Classes
EventEmitter
def
removeListener
(
eventName:
String
,
listener:
Function
)
:
GridStore
.this.type
Definition Classes
EventEmitter
def
rewind
(
callback:
Function
)
:
Unit
def
seek
(
callback:
Function
)
:
Unit
def
seek
(
seekLocation:
Int
,
callback:
Function
)
:
Unit
def
seek
(
position:
Int
,
seekLocation:
Int
,
callback:
Function
)
:
Unit
def
setMaxListeners
(
n:
Int
)
:
GridStore
.this.type
Definition Classes
EventEmitter
def
stream
(
autoclose:
Boolean
)
:
GridStoreStream
def
stream
()
:
GridStoreStream
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
tell
()
:
Promise
[
Int
]
def
tell
(
length:
Int
,
buffer:
String
)
:
Promise
[
Int
]
def
tell
(
length:
Int
,
buffer:
String
,
callback:
Function2
[
MongoError
,
Int
,
Any
]
)
:
Unit
def
tell
(
length:
Int
,
buffer:
Buffer
)
:
Promise
[
Int
]
def
tell
(
length:
Int
,
buffer:
Buffer
,
callback:
Function2
[
MongoError
,
Int
,
Any
]
)
:
Unit
def
toLocaleString
()
:
String
Definition Classes
Object
def
toString
()
:
String
Definition Classes
AnyRef → Any
def
unlink
(
callback:
Function
)
:
Unit
var
usingDomains
:
Boolean
Definition Classes
EventEmitter
def
valueOf
()
:
Any
Definition Classes
Object
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
write
(
data:
String
,
callback:
Function
)
:
Unit
def
write
(
data:
Buffer
,
callback:
Function
)
:
Unit
def
write
(
data:
String
,
close:
Boolean
,
callback:
Function
)
:
Unit
def
write
(
data:
Buffer
,
close:
Boolean
,
callback:
Function
)
:
Unit
def
writeFile
(
file:
String
,
callback:
Function
)
:
Unit
Deprecated Value Members
def
listenerCount
(
emitter:
Any
,
eventName:
String
)
:
Unit
Definition Classes
EventEmitter
Annotations
@deprecated
Deprecated
(Since version 4.x)
Use listenerCount() instead
Inherited from
EventEmitter
Inherited from
Object
Inherited from
Any
Inherited from
AnyRef
Inherited from
Any
Ungrouped